Commit be67bb2c authored by Dominik Charousset's avatar Dominik Charousset

Fix Doxygen warnings, add codedocs config

parent 8586e1ec
DOXYFILE = Doxyfile
...@@ -253,12 +253,6 @@ TAB_SIZE = 2 ...@@ -253,12 +253,6 @@ TAB_SIZE = 2
ALIASES = "experimental=@attention This feature is **experimental**." ALIASES = "experimental=@attention This feature is **experimental**."
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.
TCL_SUBST =
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For # only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all # instance, some of the names that are used will be different. The list of all
...@@ -313,7 +307,7 @@ OPTIMIZE_OUTPUT_SLICE = NO ...@@ -313,7 +307,7 @@ OPTIMIZE_OUTPUT_SLICE = NO
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen. # the files are not read by doxygen.
EXTENSION_MAPPING = C++ # EXTENSION_MAPPING = C++
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable # according to the Markdown format, which allows for more readable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment