diff options
Diffstat (limited to 'src/translator_es.h')
-rw-r--r-- | src/translator_es.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/translator_es.h b/src/translator_es.h index 7ba37f4..88f4fb7 100644 --- a/src/translator_es.h +++ b/src/translator_es.h @@ -25,7 +25,7 @@ #ifndef TRANSLATOR_ES_H #define TRANSLATOR_ES_H -class TranslatorSpanish : public TranslatorAdapterCVS +class TranslatorSpanish : public TranslatorAdapter_1_2_7 { public: virtual QCString idLanguage() @@ -554,9 +554,7 @@ class TranslatorSpanish : public TranslatorAdapterCVS return 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 "Métodos públicos"; } virtual QCString trPublicSlots() @@ -577,7 +575,6 @@ class TranslatorSpanish : public TranslatorAdapterCVS { return "Slots privados"; } virtual QCString trStaticPrivateMembers() { return "Métodos privados estáticos"; } - /*! \endmgroup */ /*! this function is used to produce a comma-separated list of items. * use generateMarker(i) to indicate where item i should be put. @@ -779,17 +776,17 @@ class TranslatorSpanish : public TranslatorAdapterCVS { return "Ir a la documentación de este archivo."; } - /*! Text for the \pre command */ + /*! Text for the \\pre command */ virtual QCString trPrecondition() { return "Precondición"; } - /*! Text for the \post command */ + /*! Text for the \\post command */ virtual QCString trPostcondition() { return "Postcondición"; } - /*! Text for the \invariant command */ + /*! Text for the \\invariant command */ virtual QCString trInvariant() { return "Invariante"; |