diff options
Diffstat (limited to 'src/translator_en.h')
-rw-r--r-- | src/translator_en.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/translator_en.h b/src/translator_en.h index 27d2da3..16b2c65 100644 --- a/src/translator_en.h +++ b/src/translator_en.h @@ -463,7 +463,6 @@ class TranslatorEnglish : public Translator virtual QCString trEnumerationValues() { return "Enumeration values"; } - /*! This is used in man pages as the author section. */ /*! This is used in the documentation of a file before the list of * documentation blocks for defines */ @@ -568,7 +567,6 @@ class TranslatorEnglish : public Translator virtual QCString trDate() { return "Date"; } - /*! this text is generated when the \\author command is used. */ /*! this text is generated when the \\return command is used. */ virtual QCString trReturns() { return "Returns"; } @@ -882,17 +880,17 @@ class TranslatorEnglish : public Translator { return "Go to the documentation of this file."; } - /*! Text for the \pre command */ + /*! Text for the \\pre command */ virtual QCString trPrecondition() { return "Precondition"; } - /*! Text for the \post command */ + /*! Text for the \\post command */ virtual QCString trPostcondition() { return "Postcondition"; } - /*! Text for the \invariant command */ + /*! Text for the \\invariant command */ virtual QCString trInvariant() { return "Invariant"; |