@@ -40,7 +40,7 @@ PROJECT_NUMBER =
40
40
41
41
PROJECT_BRIEF =
42
42
43
- # With the PROJECT_LOGO tag one can specify an logo or icon that is
43
+ # With the PROJECT_LOGO tag one can specify a logo or icon that is
44
44
# included in the documentation. The maximum height of the logo should not
45
45
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
46
46
# Doxygen will copy the logo to the output directory.
@@ -254,7 +254,7 @@ MARKDOWN_SUPPORT = YES
254
254
255
255
# When enabled doxygen tries to link words that correspond to documented classes,
256
256
# or namespaces to their corresponding documentation. Such a link can be
257
- # prevented in individual cases by by putting a % sign in front of the word or
257
+ # prevented in individual cases by putting a % sign in front of the word or
258
258
# globally by setting AUTOLINK_SUPPORT to NO.
259
259
260
260
AUTOLINK_SUPPORT = YES
@@ -915,7 +915,7 @@ HTML_STYLESHEET =
915
915
# user-defined cascading style sheet that is included after the standard
916
916
# style sheets created by doxygen. Using this option one can overrule
917
917
# certain style aspects. This is preferred over using HTML_STYLESHEET
918
- # since it does not replace the standard style sheet and is therefor more
918
+ # since it does not replace the standard style sheet and is therefore more
919
919
# robust against future updates. Doxygen will copy the style sheet file to
920
920
# the output directory.
921
921
@@ -1116,7 +1116,7 @@ QHG_LOCATION =
1116
1116
# will be generated, which together with the HTML files, form an Eclipse help
1117
1117
# plugin. To install this plugin and make it available under the help contents
1118
1118
# menu in Eclipse, the contents of the directory containing the HTML and XML
1119
- # files needs to be copied into the plugins directory of eclipse. The name of
1119
+ # files need to be copied into the plugins directory of eclipse. The name of
1120
1120
# the directory within the plugins directory should be the same as
1121
1121
# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1122
1122
# the help appears.
@@ -1673,7 +1673,7 @@ UML_LOOK = NO
1673
1673
# the class node. If there are many fields or methods and many nodes the
1674
1674
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
1675
1675
# threshold limits the number of items for each type to make the size more
1676
- # managable . Set this to 0 for no limit. Note that the threshold may be
1676
+ # manageable . Set this to 0 for no limit. Note that the threshold may be
1677
1677
# exceeded by 50% before the limit is enforced.
1678
1678
1679
1679
UML_LIMIT_NUM_FIELDS = 10
0 commit comments