diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2006-07-16 20:10:06 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2006-07-16 20:10:06 (GMT) |
commit | 243272688a4a3bc7921b7d05dda927f4adf3036c (patch) | |
tree | f167dcd5d5f9dcea2ade9e968e78c2a085f0f1fd /src/translator_cz.h | |
parent | 9dbdf881dc5f0644777cc5732e7751325b508c91 (diff) | |
download | Doxygen-243272688a4a3bc7921b7d05dda927f4adf3036c.zip Doxygen-243272688a4a3bc7921b7d05dda927f4adf3036c.tar.gz Doxygen-243272688a4a3bc7921b7d05dda927f4adf3036c.tar.bz2 |
Release-1.4.7-20060716
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r-- | src/translator_cz.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h index 2221469..348e2b7 100644 --- a/src/translator_cz.h +++ b/src/translator_cz.h @@ -68,6 +68,7 @@ // 2006/05/10 - Update for "new since 1.4.6" -- trCallerGraph(), // modified trCallGraph() to make the meaning unambiguous // and clear in the Czech language. +// 2006/06/13 - translation of the trEnumerationValueDocumentation(). // Todo // ---- @@ -87,7 +88,7 @@ // Windows version. The version which does not call the function is // probably slightly faster. -class TranslatorCzech : public TranslatorAdapter_1_4_6 +class TranslatorCzech : public Translator { private: /*! The decode() inline assumes the source written in the @@ -1634,6 +1635,13 @@ class TranslatorCzech : public TranslatorAdapter_1_4_6 } + /*! This is used in the documentation of a file/namespace before the list + * of documentation blocks for enumeration values + */ + virtual QCString trEnumerationValueDocumentation() + { + return decode("Dokumentace výčtových hodnot"); + } }; #endif // TRANSLATOR_CZ_H |