diff options
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r-- | src/configoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp index d37163b..37ac26d 100644 --- a/src/configoptions.cpp +++ b/src/configoptions.cpp @@ -705,8 +705,8 @@ void addConfigOptions(Config *cfg) "SORT_BRIEF_DOCS", "If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief\n" "descriptions of file, namespace and class members alphabetically by member\n" - "name. If set to NO the members will appear in declaration order. Note the this\n" - "will also influence the order of the classes in the class list.\n" + "name. If set to NO the members will appear in declaration order. Note that\n" + "this will also influence the order of the classes in the class list.\n" "The default value is: NO.", FALSE ); |