summaryrefslogtreecommitdiffstats
path: root/src/translator_sk.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_sk.h
parentfcea664faa6475ff88208a719b50390b686e8930 (diff)
downloadDoxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.zip
Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.gz
Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.bz2
Release-1.2.8.1
Diffstat (limited to 'src/translator_sk.h')
-rw-r--r--src/translator_sk.h13
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");