summaryrefslogtreecommitdiffstats
path: root/src/translator_cz.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-06-10 14:32:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-06-10 14:32:16 (GMT)
commitdf80e2787c543a3b48f775fbd5c18723abe64a07 (patch)
treee7d24c06a9c225fe4a29004a178cc28a435cdc67 /src/translator_cz.h
parentfcea664faa6475ff88208a719b50390b686e8930 (diff)
downloadDoxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.zip
Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.gz
Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.bz2
Release-1.2.8.1
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r--src/translator_cz.h8
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");