diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-03-19 21:28:43 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-03-19 21:28:43 (GMT) |
commit | ea948596d3aecd47d7459244fc4e28a2903d8985 (patch) | |
tree | 15189b5b8aea028e7ff9c9ad19867cb3be0fee9d /src/translator_cz.h | |
parent | f280bea9dedf210e59b80f486bb016e348a387a6 (diff) | |
download | Doxygen-ea948596d3aecd47d7459244fc4e28a2903d8985.zip Doxygen-ea948596d3aecd47d7459244fc4e28a2903d8985.tar.gz Doxygen-ea948596d3aecd47d7459244fc4e28a2903d8985.tar.bz2 |
Release-1.2.6-20010319
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r-- | src/translator_cz.h | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h index 60fa31f..732d4e1 100644 --- a/src/translator_cz.h +++ b/src/translator_cz.h @@ -93,6 +93,11 @@ // 2001/02/26 (Petr Prikryl) // - Update for "new since 1.2.5" version (trBug(), trBugList()). // +// 2001/03/12 (Petr Prikryl) +// - Minor correction of comments which copied the same +// corrections in translator.h (doubled backslash) just after +// 1.2.6 release. +// // Notices: // -------- // The conditional compilation ensures or the neutral functionality @@ -224,7 +229,7 @@ class TranslatorCzech : public Translator // quick reference sections /*! This is put above each page as a link to the list of all groups of - * compounds or files (see the \group command). + * compounds or files (see the \\group command). */ virtual QCString trModules() { return Decode("Moduly"); } @@ -534,48 +539,48 @@ class TranslatorCzech : public Translator return Decode((QCString)"Diagram dědičnosti pro třídu "+clName); } - /*! this text is generated when the \internal command is used. */ + /*! this text is generated when the \\internal command is used. */ virtual QCString trForInternalUseOnly() { return Decode("Pouze pro vnitřní použití."); } - /*! this text is generated when the \reimp command is used. */ + /*! this text is generated when the \\reimp command is used. */ virtual QCString trReimplementedForInternalReasons() { return Decode("Reimplementováno z interních důvodů; " "aplikační rozhraní zachováno."); } - /*! this text is generated when the \warning command is used. */ + /*! this text is generated when the \\warning command is used. */ virtual QCString trWarning() { return Decode("Pozor"); } - /*! this text is generated when the \bug command is used. */ + /*! this text is generated when the \\bug command is used. */ virtual QCString trBugsAndLimitations() { return Decode("Chyby a omezení"); } - /*! this text is generated when the \version command is used. */ + /*! this text is generated when the \\version command is used. */ virtual QCString trVersion() { return Decode("Verze"); } - /*! this text is generated when the \date command is used. */ + /*! this text is generated when the \\date command is used. */ virtual QCString trDate() { return Decode("Datum"); } - /*! this text is generated when the \author command is used. */ + /*! this text is generated when the \\author command is used. */ virtual QCString trAuthors() { return Decode("Autor/autoři"); } - /*! this text is generated when the \return command is used. */ + /*! this text is generated when the \\return command is used. */ virtual QCString trReturns() { return Decode("Návratová hodnota"); } - /*! this text is generated when the \sa command is used. */ + /*! this text is generated when the \\sa command is used. */ virtual QCString trSeeAlso() { return Decode("Viz také"); } - /*! this text is generated when the \param command is used. */ + /*! this text is generated when the \\param command is used. */ virtual QCString trParameters() { return Decode("Parametry"); } - /*! this text is generated when the \exception command is used. */ + /*! this text is generated when the \\exception command is used. */ virtual QCString trExceptions() { return Decode("Výjimky"); } @@ -1195,7 +1200,7 @@ class TranslatorCzech : public Translator // new since 1.2.5 ////////////////////////////////////////////////////////////////////////// - /*! Used as a marker that is put before a \bug item */ + /*! Used as a marker that is put before a \\bug item */ virtual QCString trBug() { return Decode("Chyba"); |