diff options
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r-- | src/translator_cz.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h index 551b6e8..7fc8f1a 100644 --- a/src/translator_cz.h +++ b/src/translator_cz.h @@ -769,7 +769,7 @@ class TranslatorCzech : public Translator return decode(result); } - /*! + /* * these are for the member sections of a class, struct or union */ virtual QCString trPublicMembers() @@ -1006,17 +1006,17 @@ class TranslatorCzech : public Translator { return decode("Zobrazit dokumentaci tohoto souboru."); } - /*! Text for the \pre command */ + /*! Text for the \\pre command */ virtual QCString trPrecondition() { return decode("Precondition"); } - /*! Text for the \post command */ + /*! Text for the \\post command */ virtual QCString trPostcondition() { return decode("Postcondition"); } - /*! Text for the \invariant command */ + /*! Text for the \\invariant command */ virtual QCString trInvariant() { return decode("Invariant"); |