summaryrefslogtreecommitdiffstats
path: root/src/translator_cz.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-06-10 14:32:16 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-06-10 14:32:16 (GMT)
commit6bcfa2ef74dee5be64110aa0b06b368d498c9a73 (patch)
treee7d24c06a9c225fe4a29004a178cc28a435cdc67 /src/translator_cz.h
parentc2107e15c87bc0b964d333e24ec193c1a2d27335 (diff)
downloadDoxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.zip
Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.tar.gz
Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.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");