Skip to content

Commit

Permalink
Update Doxygen Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-van-Jerry committed Nov 5, 2024
1 parent 5f394c8 commit 8f9864d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ TOC_INCLUDE_HEADINGS = 5
# The default value is: DOXYGEN.
# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.

MARKDOWN_ID_STYLE = DOXYGEN
MARKDOWN_ID_STYLE = GITHUB

# When enabled Doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
Expand Down Expand Up @@ -1087,7 +1087,7 @@ EXCLUDE_PATTERNS = *_autogen \
docs \
*/doxygen-awesome-css/* \
CMakeFiles \
doxygen-1.9.*
doxygen-1.12.*

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down Expand Up @@ -1147,7 +1147,7 @@ IMAGE_PATH =
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
# properly processed by Doxygen.

INPUT_FILTER =
INPUT_FILTER = sed -E 's/ \$/ \\f\$/g;s/([^f\$])\$/\1\\f\$/g'

# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
Expand Down

0 comments on commit 8f9864d

Please sign in to comment.