diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-06-10 14:32:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-06-10 14:32:16 (GMT) |
commit | 6bcfa2ef74dee5be64110aa0b06b368d498c9a73 (patch) | |
tree | e7d24c06a9c225fe4a29004a178cc28a435cdc67 /src/translator_sk.h | |
parent | c2107e15c87bc0b964d333e24ec193c1a2d27335 (diff) | |
download | Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.zip Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.tar.gz Doxygen-6bcfa2ef74dee5be64110aa0b06b368d498c9a73.tar.bz2 |
Release-1.2.8.1
Diffstat (limited to 'src/translator_sk.h')
-rw-r--r-- | src/translator_sk.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/translator_sk.h b/src/translator_sk.h index 2f1b2b1..4cb840f 100644 --- a/src/translator_sk.h +++ b/src/translator_sk.h @@ -18,7 +18,7 @@ #ifndef TRANSLATOR_SK_H #define TRANSLATOR_SK_H -class TranslatorSlovak : public TranslatorAdapterCVS +class TranslatorSlovak : public TranslatorAdapter_1_2_7 { private: /*! The Decode() inline assumes the source written in the @@ -659,9 +659,7 @@ class TranslatorSlovak : public TranslatorAdapterCVS return Decode(result); } - /*! \mgroup Class sections - * these are for the member sections of a class, struct or union - */ + /* these are for the member sections of a class, struct or union */ virtual QCString trPublicMembers() { return Decode("Verejné metódy"); } virtual QCString trPublicSlots() @@ -682,7 +680,6 @@ class TranslatorSlovak : public TranslatorAdapterCVS { return Decode("Privátne sloty"); } virtual QCString trStaticPrivateMembers() { return Decode("Statické privátne metódy"); } - /*! \endmgroup */ /*! this function is used to produce a comma-separated list of items. * use generateMarker(i) to indicate where item i should be put. @@ -899,17 +896,17 @@ class TranslatorSlovak : public TranslatorAdapterCVS { return Decode("Zobraziť dokumentáciu tohoto súboru."); } - /*! Text for the \pre command */ + /*! Text for the \\pre command */ virtual QCString trPrecondition() { return Decode("Prepodmienka"); } - /*! Text for the \post command */ + /*! Text for the \\post command */ virtual QCString trPostcondition() { return Decode("Postpodmienka"); } - /*! Text for the \invariant command */ + /*! Text for the \\invariant command */ virtual QCString trInvariant() { return Decode("Invariant"); |