Skip to content

Commit 5b4f73d

Browse files
committed
Clean up whitespace in Doxyfile.in
1 parent 3cea76b commit 5b4f73d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

doc/Doxyfile.in

+14-12
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# All text after a single hash (#) is considered a comment and will be ignored.
1010
# The format is:
11-
# TAG = value [value, ...]
11+
# TAG = value [value, ...]
1212
# For lists, items can also be appended using:
13-
# TAG += value [value, ...]
13+
# TAG += value [value, ...]
1414
# Values that contain spaces should be placed between quotes (\" \").
1515

1616
#---------------------------------------------------------------------------
@@ -103,7 +103,7 @@ BRIEF_MEMBER_DESC = YES
103103
# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
104104
# description of a member or function before the detailed description
105105
#
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
107107
# brief descriptions will be completely suppressed.
108108
# The default value is: YES.
109109

@@ -128,10 +128,10 @@ ABBREVIATE_BRIEF = "The $name class" \
128128
represents \
129129
a \
130130
an \
131-
the
131+
the
132132

133133
# 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
135135
# description.
136136
# The default value is: NO.
137137

@@ -488,7 +488,7 @@ EXTRACT_ANON_NSPACES = NO
488488

489489
HIDE_UNDOC_MEMBERS = NO
490490

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
492492
# undocumented classes that are normally visible in the class hierarchy. If set
493493
# to NO, these classes will be included in the various overviews. This option
494494
# has no effect if EXTRACT_ALL is enabled.
@@ -503,7 +503,7 @@ HIDE_UNDOC_CLASSES = NO
503503

504504
HIDE_FRIEND_COMPOUNDS = NO
505505

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
507507
# documentation blocks found inside the body of a function. If set to NO, these
508508
# blocks will be appended to the function's detailed documentation block.
509509
# The default value is: NO.
@@ -556,6 +556,7 @@ SHOW_GROUPED_MEMB_INC = NO
556556
# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
557557
# files with double quotes in the documentation rather than with sharp brackets.
558558
# The default value is: NO.
559+
559560
FORCE_LOCAL_INCLUDES = NO
560561

561562
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
@@ -941,7 +942,7 @@ IMAGE_PATH =
941942
INPUT_FILTER =
942943

943944
# 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
945946
# filter if there is a match. The filters are a list of the form: pattern=filter
946947
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
947948
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
@@ -1062,7 +1063,7 @@ USE_HTAGS = NO
10621063
VERBATIM_HEADERS = YES
10631064

10641065
#---------------------------------------------------------------------------
1065-
# configuration options related to the alphabetical class index
1066+
# Configuration options related to the alphabetical class index
10661067
#---------------------------------------------------------------------------
10671068

10681069
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
@@ -1416,7 +1417,7 @@ QHG_LOCATION =
14161417

14171418
GENERATE_ECLIPSEHELP = NO
14181419

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
14201421
# the directory name containing the HTML and XML files should also have this
14211422
# name. Each documentation set should have its own identifier.
14221423
# The default value is: org.doxygen.Project.
@@ -2099,9 +2100,9 @@ SKIP_FUNCTION_MACROS = YES
20992100
# The TAGFILES tag can be used to specify one or more tag files. For each tag
21002101
# file the location of the external documentation should be added. The format of
21012102
# a tag file without this location is as follows:
2102-
# TAGFILES = file1 file2 ...
2103+
# TAGFILES = file1 file2 ...
21032104
# Adding location for the tag files is done as follows:
2104-
# TAGFILES = file1=loc1 "file2 = loc2" ...
2105+
# TAGFILES = file1=loc1 "file2 = loc2" ...
21052106
# where loc1 and loc2 can be relative or absolute paths or URLs. See the
21062107
# section "Linking to external documentation" for more information about the use
21072108
# of tag files.
@@ -2176,6 +2177,7 @@ DIA_PATH =
21762177
# If set to YES the inheritance and collaboration graphs will hide inheritance
21772178
# and usage relations if the target is undocumented or is not a class.
21782179
# The default value is: YES.
2180+
21792181
HIDE_UNDOC_RELATIONS = YES
21802182

21812183
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is

0 commit comments

Comments
 (0)