Skip to content

Commit

Permalink
fixed doxygen layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Jan 24, 2024
1 parent 062ade7 commit 868bcc9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
5 changes: 3 additions & 2 deletions docs/doxygen/DoxygenLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<navindex>
<tab type="mainpage" visible="yes" title=""/>
<tab type="pages" visible="no" title="" intro=""/>
<tab type="modules" visible="yes" title="" intro=""/>
<tab type="topics" visible="yes" title="Modules" intro=""/>
<tab type="modules" visible="no" title="" intro=""/>
<tab type="namespaces" visible="yes" title="">
<tab type="namespacelist" visible="yes" title="" intro=""/>
<tab type="namespacemembers" visible="yes" title="" intro=""/>
Expand All @@ -14,7 +15,7 @@
<tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="interfacehierarchy" visible="yes" title="" intro=""/>
</tab>
<tab type="classes" visible="yes" title="">
<tab type="classes" visible="no" title="">
<tab type="classlist" visible="yes" title="" intro=""/>
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
<tab type="hierarchy" visible="yes" title="" intro=""/>
Expand Down
28 changes: 14 additions & 14 deletions docs/doxygen/doxygen_config
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.

LAYOUT_FILE = DoxygenLayout.xml
LAYOUT_FILE = DoxygenLayout.xml

# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
Expand Down Expand Up @@ -895,15 +895,15 @@ EXCLUDE_PATTERNS = */dependencies/MacOSX/*
EXCLUDE_PATTERNS += */dependencies/Win64/*
EXCLUDE_PATTERNS += */build/*
EXCLUDE_PATTERNS += */cmake-build-debug/*
EXCLUDE_PATTERNS += */cmake-build-release/*
EXCLUDE_PATTERNS += */cmake-build-release/*
EXCLUDE_PATTERNS += *LICENSE.md*
EXCLUDE_PATTERNS += */test/include/resources*
EXCLUDE_PATTERNS += */test/src/resources*
EXCLUDE_PATTERNS += */test/saf_test_VS/*
EXCLUDE_PATTERNS += */test/test.xcodeproj/*
EXCLUDE_PATTERNS += */dependencies/third-party-licenses/*
EXCLUDE_PATTERNS += */framework/modules/saf_sofa_reader/libmysofa*
EXCLUDE_PATTERNS += */framework/resources/zlib*
EXCLUDE_PATTERNS += */test/test.xcodeproj/*
EXCLUDE_PATTERNS += */dependencies/third-party-licenses/*
EXCLUDE_PATTERNS += */framework/modules/saf_sofa_reader/libmysofa*
EXCLUDE_PATTERNS += */framework/resources/zlib*


# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
Expand Down Expand Up @@ -1187,10 +1187,10 @@ HTML_STYLESHEET =
# style sheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

# Custom theme from (MIT License): https://github.com/jothepro/doxygen-awesome-css
#HTML_EXTRA_STYLESHEET = CustomDoxygen.css # OLD THEME
HTML_EXTRA_STYLESHEET = doxygen-awesome/doxygen-awesome.css
#HTML_EXTRA_STYLESHEET = CustomDoxygen.css # OLD THEME
HTML_EXTRA_STYLESHEET = doxygen-awesome/doxygen-awesome.css

# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
Expand All @@ -1199,7 +1199,7 @@ HTML_EXTRA_STYLESHEET = doxygen-awesome/doxygen-awesome.css
# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.

# Custom theme from (MIT License): https://github.com/jothepro/doxygen-awesome-css
HTML_EXTRA_FILES = doxygen-awesome/doxygen-awesome-darkmode-toggle.js

Expand Down Expand Up @@ -2144,10 +2144,10 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED = SAF_USE_INTEL_MKL_LP64 \
SAF_ENABLE_TRACKER_MODULE \
SAF_ENABLE_SOFA_READER_MODULE \
SAF_ENABLE_HADES_MODULE \
PREDEFINED = SAF_USE_INTEL_MKL_LP64 \
SAF_ENABLE_TRACKER_MODULE \
SAF_ENABLE_SOFA_READER_MODULE \
SAF_ENABLE_HADES_MODULE \
SAF_ENABLE_EXAMPLES_TESTS

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
Expand Down

0 comments on commit 868bcc9

Please sign in to comment.