Skip to content

Commit 1224e44

Browse files
committed
[UPDATE] the doxyfile to know the language to use when parsing ts, tsx, js, jsx, jsm, py, pyw, Makefile
1 parent a13edd9 commit 1224e44

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doxygen_generation/Doxyfile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Asper Header"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1
51+
PROJECT_NUMBER = 1.0.3
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a
@@ -348,7 +348,14 @@ OPTIMIZE_OUTPUT_SLICE = NO
348348
#
349349
# Note see also the list of default file extension mappings.
350350

351-
EXTENSION_MAPPING =
351+
EXTENSION_MAPPING = ts=JavaScript \
352+
tsx=JavaScript \
353+
js=JavaScript \
354+
jsx=JavaScript \
355+
jsm=JavaScript \
356+
py=Python \
357+
pyw=Python \
358+
Makefile=Bash
352359

353360
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
354361
# according to the Markdown format, which allows for more readable
@@ -1011,6 +1018,7 @@ FILE_PATTERNS = *.c \
10111018
*.tsx \
10121019
*.js \
10131020
*.jsx \
1021+
*.jsm \
10141022
Makefile
10151023

10161024
# The RECURSIVE tag can be used to specify whether or not subdirectories should
@@ -2411,6 +2419,7 @@ INCLUDE_FILE_PATTERNS = *.h \
24112419
*.tsx \
24122420
*.js \
24132421
*.jsx \
2422+
*.jsm \
24142423
Makefile
24152424

24162425
# The PREDEFINED tag can be used to specify one or more macro names that are

0 commit comments

Comments
 (0)