diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h | 2 | ||||
-rw-r--r-- | src/configimpl.h | 2 | ||||
-rw-r--r-- | src/doxygen.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index 1858897..0588005 100644 --- a/src/config.h +++ b/src/config.h @@ -61,7 +61,7 @@ namespace Config */ void compareDoxyfile(TextStream &t); - /*! Writes a the used settings of the current configuartion as XML format + /*! Writes a the used settings of the current configuration as XML format * to stream \a t. */ void writeXMLDoxyfile(TextStream &t); diff --git a/src/configimpl.h b/src/configimpl.h index 0cf909b..e828491 100644 --- a/src/configimpl.h +++ b/src/configimpl.h @@ -496,7 +496,7 @@ class ConfigImpl */ void compareDoxyfile(TextStream &t); - /*! Writes a the used settings of the current configuartion as XML format + /*! Writes a the used settings of the current configuration as XML format * to stream \a t. */ void writeXMLDoxyfile(TextStream &t); diff --git a/src/doxygen.cpp b/src/doxygen.cpp index f003e8b..8835b05 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -10200,7 +10200,7 @@ static void usage(const QCString &name,const QCString &versionString) msg(" HTML: %s -w html headerFile footerFile styleSheetFile [configFile]\n",qPrint(name)); msg(" LaTeX: %s -w latex headerFile footerFile styleSheetFile [configFile]\n\n",qPrint(name)); msg("6) Use doxygen to generate a rtf extensions file\n"); - msg(" RTF: %s -e rtf extensionsFile\n\n",qPrint(name)); + msg(" %s -e rtf extensionsFile\n\n",qPrint(name)); msg(" If - is used for extensionsFile doxygen will write to standard output.\n\n"); msg("7) Use doxygen to compare the used configuration file with the template configuration file\n"); msg(" %s -x [configFile]\n\n",qPrint(name)); |