8
8
#
9
9
# All text after a single hash (#) is considered a comment and will be ignored.
10
10
# The format is:
11
- # TAG = value [value, ...]
11
+ # TAG = value [value, ...]
12
12
# For lists, items can also be appended using:
13
- # TAG += value [value, ...]
13
+ # TAG += value [value, ...]
14
14
# Values that contain spaces should be placed between quotes (\" \").
15
15
16
16
#---------------------------------------------------------------------------
@@ -103,7 +103,7 @@ BRIEF_MEMBER_DESC = YES
103
103
# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
104
104
# description of a member or function before the detailed description
105
105
#
106
- # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
106
+ # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
107
107
# brief descriptions will be completely suppressed.
108
108
# The default value is: YES.
109
109
@@ -128,10 +128,10 @@ ABBREVIATE_BRIEF = "The $name class" \
128
128
represents \
129
129
a \
130
130
an \
131
- the
131
+ the
132
132
133
133
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
134
- # Doxygen will generate a detailed section even if there is only a brief
134
+ # doxygen will generate a detailed section even if there is only a brief
135
135
# description.
136
136
# The default value is: NO.
137
137
@@ -488,7 +488,7 @@ EXTRACT_ANON_NSPACES = NO
488
488
489
489
HIDE_UNDOC_MEMBERS = NO
490
490
491
- # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
491
+ # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
492
492
# undocumented classes that are normally visible in the class hierarchy. If set
493
493
# to NO, these classes will be included in the various overviews. This option
494
494
# has no effect if EXTRACT_ALL is enabled.
@@ -503,7 +503,7 @@ HIDE_UNDOC_CLASSES = NO
503
503
504
504
HIDE_FRIEND_COMPOUNDS = NO
505
505
506
- # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
506
+ # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
507
507
# documentation blocks found inside the body of a function. If set to NO, these
508
508
# blocks will be appended to the function's detailed documentation block.
509
509
# The default value is: NO.
@@ -556,6 +556,7 @@ SHOW_GROUPED_MEMB_INC = NO
556
556
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
557
557
# files with double quotes in the documentation rather than with sharp brackets.
558
558
# The default value is: NO.
559
+
559
560
FORCE_LOCAL_INCLUDES = NO
560
561
561
562
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
@@ -941,7 +942,7 @@ IMAGE_PATH =
941
942
INPUT_FILTER =
942
943
943
944
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
944
- # basis. Doxygen will compare the file name with each pattern and apply the
945
+ # basis. Doxygen will compare the file name with each pattern and apply the
945
946
# filter if there is a match. The filters are a list of the form: pattern=filter
946
947
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
947
948
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
@@ -1062,7 +1063,7 @@ USE_HTAGS = NO
1062
1063
VERBATIM_HEADERS = YES
1063
1064
1064
1065
#---------------------------------------------------------------------------
1065
- # configuration options related to the alphabetical class index
1066
+ # Configuration options related to the alphabetical class index
1066
1067
#---------------------------------------------------------------------------
1067
1068
1068
1069
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
@@ -1416,7 +1417,7 @@ QHG_LOCATION =
1416
1417
1417
1418
GENERATE_ECLIPSEHELP = NO
1418
1419
1419
- # A unique identifier for the eclipse help plugin. When installing the plugin
1420
+ # A unique identifier for the Eclipse help plugin. When installing the plugin
1420
1421
# the directory name containing the HTML and XML files should also have this
1421
1422
# name. Each documentation set should have its own identifier.
1422
1423
# The default value is: org.doxygen.Project.
@@ -2099,9 +2100,9 @@ SKIP_FUNCTION_MACROS = YES
2099
2100
# The TAGFILES tag can be used to specify one or more tag files. For each tag
2100
2101
# file the location of the external documentation should be added. The format of
2101
2102
# a tag file without this location is as follows:
2102
- # TAGFILES = file1 file2 ...
2103
+ # TAGFILES = file1 file2 ...
2103
2104
# Adding location for the tag files is done as follows:
2104
- # TAGFILES = file1=loc1 "file2 = loc2" ...
2105
+ # TAGFILES = file1=loc1 "file2 = loc2" ...
2105
2106
# where loc1 and loc2 can be relative or absolute paths or URLs. See the
2106
2107
# section "Linking to external documentation" for more information about the use
2107
2108
# of tag files.
@@ -2176,6 +2177,7 @@ DIA_PATH =
2176
2177
# If set to YES the inheritance and collaboration graphs will hide inheritance
2177
2178
# and usage relations if the target is undocumented or is not a class.
2178
2179
# The default value is: YES.
2180
+
2179
2181
HIDE_UNDOC_RELATIONS = YES
2180
2182
2181
2183
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
0 commit comments