@@ -263,12 +263,6 @@ TAB_SIZE = 2
263263
264264ALIASES =
265265
266- # This tag can be used to specify a number of word-keyword mappings (TCL only).
267- # A mapping has the form "name=value". For example adding "class=itcl::class"
268- # will allow you to use the command class in the itcl::class meaning.
269-
270- TCL_SUBST =
271-
272266# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
273267# only. Doxygen will then generate output that is more tailored for C. For
274268# instance, some of the names that are used will be different. The list of all
@@ -829,10 +823,7 @@ WARN_LOGFILE =
829823# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
830824# Note: If this tag is empty the current directory is searched.
831825
832- INPUT = ../include/mscclpp \
833- ../README.md \
834- quickstart.md \
835- performance-ndmv4.md
826+ INPUT = ../include/mscclpp
836827
837828# This tag can be used to specify the character encoding of the source files
838829# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1030,7 +1021,7 @@ FILTER_SOURCE_PATTERNS =
10301021# (index.html). This can be useful if you have a project on for instance GitHub
10311022# and want to reuse the introduction page also for the doxygen output.
10321023
1033- USE_MDFILE_AS_MAINPAGE = ../README.md
1024+ USE_MDFILE_AS_MAINPAGE =
10341025
10351026#---------------------------------------------------------------------------
10361027# Configuration options related to source browsing
@@ -1158,13 +1149,6 @@ CLANG_DATABASE_PATH =
11581149
11591150ALPHABETICAL_INDEX = YES
11601151
1161- # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
1162- # which the alphabetical index list will be split.
1163- # Minimum value: 1, maximum value: 20, default value: 5.
1164- # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
1165-
1166- COLS_IN_ALPHA_INDEX = 5
1167-
11681152# In case all classes in a project start with a common prefix, all classes will
11691153# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
11701154# can be used to specify a prefix (or a list of prefixes) that should be ignored
0 commit comments