Skip to content

Commit da21653

Browse files
committed
Fix missing docs.
1 parent a1e441e commit da21653

84 files changed

Lines changed: 5463 additions & 7012 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

documents/Doxyfile

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,46 +1348,6 @@ USE_HTAGS = NO
13481348

13491349
VERBATIM_HEADERS = YES
13501350

1351-
# If the CLANG_ASSISTED_PARSING tag is set to YES then Doxygen will use the
1352-
# clang parser (see:
1353-
# http://clang.llvm.org/) for more accurate parsing at the cost of reduced
1354-
# performance. This can be particularly helpful with template rich C++ code for
1355-
# which Doxygen's built-in parser lacks the necessary type information.
1356-
# Note: The availability of this option depends on whether or not Doxygen was
1357-
# generated with the -Duse_libclang=ON option for CMake.
1358-
# The default value is: NO.
1359-
1360-
CLANG_ASSISTED_PARSING = NO
1361-
1362-
# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
1363-
# tag is set to YES then Doxygen will add the directory of each input to the
1364-
# include path.
1365-
# The default value is: YES.
1366-
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1367-
1368-
CLANG_ADD_INC_PATHS = YES
1369-
1370-
# If clang assisted parsing is enabled you can provide the compiler with command
1371-
# line options that you would normally use when invoking the compiler. Note that
1372-
# the include paths will already be set by Doxygen for the files and directories
1373-
# specified with INPUT and INCLUDE_PATH.
1374-
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1375-
1376-
CLANG_OPTIONS =
1377-
1378-
# If clang assisted parsing is enabled you can provide the clang parser with the
1379-
# path to the directory containing a file called compile_commands.json. This
1380-
# file is the compilation database (see:
1381-
# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
1382-
# options used when the source files were built. This is equivalent to
1383-
# specifying the -p option to a clang tool, such as clang-check. These options
1384-
# will then be passed to the parser. Any options specified with CLANG_OPTIONS
1385-
# will be added as well.
1386-
# Note: The availability of this option depends on whether or not Doxygen was
1387-
# generated with the -Duse_libclang=ON option for CMake.
1388-
1389-
CLANG_DATABASE_PATH =
1390-
13911351
#---------------------------------------------------------------------------
13921352
# Configuration options related to the alphabetical class index
13931353
#---------------------------------------------------------------------------
@@ -1490,8 +1450,7 @@ HTML_STYLESHEET = custom_stylesheet.css
14901450
# documentation.
14911451
# This tag requires that the tag GENERATE_HTML is set to YES.
14921452

1493-
HTML_EXTRA_STYLESHEET = ./DoxygenAwesome/doxygen-awesome.css
1494-
#./DoxygenAwesome/doxygen-awesome-sidebar-only.css
1453+
HTML_EXTRA_STYLESHEET = ./DoxygenAwesome/doxygen-awesome.css
14951454

14961455
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
14971456
# other source files which should be copied to the HTML output directory. Note

0 commit comments

Comments
 (0)