@@ -38,7 +38,7 @@ OUTPUT_DIRECTORY = .\Docs
3838# The default language is English, other supported languages are:
3939# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch,
4040# Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en
41- # (Japanese with english messages), Korean, Norwegian, Polish, Portuguese,
41+ # (Japanese with English messages), Korean, Norwegian, Polish, Portuguese,
4242# Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish and Ukrainian.
4343
4444OUTPUT_LANGUAGE = English
@@ -156,7 +156,7 @@ INTERNAL_DOCS = YES
156156# file names in lower case letters. If set to YES upper case letters are also
157157# allowed. This is useful if you have classes or files whose names only differ
158158# in case and if your file system supports case sensitive file names. Windows
159- # users are adviced to set this option to NO.
159+ # users are advised to set this option to NO.
160160
161161CASE_SENSE_NAMES = NO
162162
@@ -188,7 +188,7 @@ SHOW_INCLUDE_FILES = YES
188188# will interpret the first line (until the first dot) of a JavaDoc-style
189189# comment as the brief description. If set to NO, the JavaDoc
190190# comments will behave just like the Qt-style comments (thus requiring an
191- # explict @brief command for a brief description.
191+ # explicit @brief command for a brief description.
192192
193193JAVADOC_AUTOBRIEF = NO
194194
@@ -384,7 +384,7 @@ RECURSIVE = YES
384384EXCLUDE =
385385
386386# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
387- # that are symbolic links (a Unix filesystem feature) are excluded from the input.
387+ # that are symbolic links (a Unix file system feature) are excluded from the input.
388388
389389EXCLUDE_SYMLINKS = NO
390390
@@ -711,7 +711,7 @@ COMPACT_RTF = NO
711711RTF_HYPERLINKS = NO
712712
713713# Load stylesheet definitions from file. Syntax is similar to doxygen's
714- # config file, i.e. a series of assigments . You only have to provide
714+ # config file, i.e. a series of assignments . You only have to provide
715715# replacements, missing definitions are set to their default value.
716716
717717RTF_STYLESHEET_FILE =
@@ -915,7 +915,7 @@ EXPAND_AS_DEFINED =
915915SKIP_FUNCTION_MACROS = YES
916916
917917#---------------------------------------------------------------------------
918- # Configuration::addtions related to external references
918+ # Configuration::additions related to external references
919919#---------------------------------------------------------------------------
920920
921921# The TAGFILES option can be used to specify one or more tagfiles.
@@ -952,7 +952,7 @@ ALLEXTERNALS = NO
952952
953953EXTERNAL_GROUPS = YES
954954
955- # The PERL_PATH should be the absolute path and name of the perl script
955+ # The PERL_PATH should be the absolute path and name of the Perl script
956956# interpreter (i.e. the result of `which perl').
957957
958958PERL_PATH = /usr/bin/perl
@@ -964,7 +964,7 @@ PERL_PATH = /usr/bin/perl
964964# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
965965# generate a inheritance diagram (in Html, RTF and LaTeX) for classes with base or
966966# super classes. Setting the tag to NO turns the diagrams off. Note that this
967- # option is superceded by the HAVE_DOT option below. This is only a fallback. It is
967+ # option is superseded by the HAVE_DOT option below. This is only a fallback. It is
968968# recommended to install and use dot, since it yield more powerful graphs.
969969
970970CLASS_DIAGRAMS = YES
0 commit comments