diff options
author | Petr Prikryl <prikryl@atlas.cz> | 2013-06-25 13:17:32 (GMT) |
---|---|---|
committer | Petr Prikryl <prikryl@atlas.cz> | 2013-06-25 13:17:32 (GMT) |
commit | 39425bc2a15a2fb5b71fe5456e90d5cb7545179d (patch) | |
tree | df888979176414f155df3c109382a5bef0eb41ba /src/translator_cn.h | |
parent | 3e54153e7fdbbfd368503140eb55c60073387b51 (diff) | |
download | Doxygen-39425bc2a15a2fb5b71fe5456e90d5cb7545179d.zip Doxygen-39425bc2a15a2fb5b71fe5456e90d5cb7545179d.tar.gz Doxygen-39425bc2a15a2fb5b71fe5456e90d5cb7545179d.tar.bz2 |
The non-used methods (see below) removed from all translator classes:
- QCString idLanguageCharset()
- QCString trAlphabeticalList()
- QCString trDCOPMethods()
- QCString trDirDependency(const char *)
- QCString trFuncProtos()
- QCString trFunctionPrototypeDocumentation()
- QCString trSearchForIndex()
- QCString trWrittenBy()
Diffstat (limited to 'src/translator_cn.h')
-rw-r--r-- | src/translator_cn.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/translator_cn.h b/src/translator_cn.h index 4eef9c7..133c011 100644 --- a/src/translator_cn.h +++ b/src/translator_cn.h @@ -333,9 +333,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 virtual QCString trDefines() { return "宏定义"; } - virtual QCString trFuncProtos() - { return "函数原型"; } - virtual QCString trTypedefs() { return "类型定义"; } @@ -388,11 +385,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 return result; } - virtual QCString trWrittenBy() - { - return "作者"; - } - virtual QCString trClassDiagram(const char *clName) { return (QCString)"类"CN_SPC+clName+CN_SPC"继承关系图:"; @@ -645,12 +637,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 return result; } - /*! This is in the (quick) index as a link to the alphabetical compound - * list. - */ - virtual QCString trAlphabeticalList() - { return "按字典顺序排序的列表"; } - ////////////////////////////////////////////////////////////////////////// // new since 0.49-990901 ////////////////////////////////////////////////////////////////////////// @@ -973,15 +959,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 } ////////////////////////////////////////////////////////////////////////// -//// new since 1.2.1 -//////////////////////////////////////////////////////////////////////////// - /*! Used as a section header for KDE-2 IDL methods */ - virtual QCString trDCOPMethods() - { - return "DCOP"CN_SPC"成员函数"; - } - -////////////////////////////////////////////////////////////////////////// //// new since 1.2.2 //////////////////////////////////////////////////////////////////////////// @@ -1363,14 +1340,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 // new since 1.3.3 ////////////////////////////////////////////////////////////////////////// - /*! When the search engine is enabled this text is put in the header - * of each page before the field where one can enter the text to search - * for. - */ - virtual QCString trSearchForIndex() - { - return "搜索"CN_SPC; - } /*! This string is used as the title for the page listing the search * results. */ @@ -1745,11 +1714,6 @@ class TranslatorChinese : public TranslatorAdapter_1_8_2 // new since 1.6.3 ////////////////////////////////////////////////////////////////////////// - virtual QCString trDirDependency(const char *name) - { - return QCString(name)+CN_SPC"的目录依赖关系图"; - } - virtual QCString trFileIn(const char *name) { return (QCString)"文件在"+CN_SPC+name; |