summaryrefslogtreecommitdiffstats
path: root/src/translator_vi.h
diff options
context:
space:
mode:
authorPetr Prikryl <prikryl@atlas.cz>2013-06-25 13:17:32 (GMT)
committerPetr Prikryl <prikryl@atlas.cz>2013-06-25 13:17:32 (GMT)
commit39425bc2a15a2fb5b71fe5456e90d5cb7545179d (patch)
treedf888979176414f155df3c109382a5bef0eb41ba /src/translator_vi.h
parent3e54153e7fdbbfd368503140eb55c60073387b51 (diff)
downloadDoxygen-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_vi.h')
-rw-r--r--src/translator_vi.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/translator_vi.h b/src/translator_vi.h
index 19f94bc..6657c6b 100644
--- a/src/translator_vi.h
+++ b/src/translator_vi.h
@@ -424,12 +424,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
{ return "Định nghĩa"; }
/*! This is used in the documentation of a file as a header before the
- * list of function prototypes
- */
- virtual QCString trFuncProtos()
- { return "Function Prototypes"; }
-
- /*! This is used in the documentation of a file as a header before the
* list of typedefs
*/
virtual QCString trTypedefs()
@@ -466,12 +460,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
{ return "Thông tin về định nghĩa"; }
/*! This is used in the documentation of a file/namespace before the list
- * of documentation blocks for function prototypes
- */
- virtual QCString trFunctionPrototypeDocumentation()
- { return "Thông tin về Function Prototype"; }
-
- /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
*/
virtual QCString trTypedefDocumentation()
@@ -520,12 +508,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
result+=(QCString)" bởi";
return result;
}
- /*! This is part of the sentence used in the standard footer of each page.
- */
- virtual QCString trWrittenBy()
- {
- return "được viết bởi";
- }
/*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName)
@@ -788,12 +770,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- virtual QCString trAlphabeticalList()
- { return "Danh sách theo ABC"; }
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -1094,16 +1070,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "Các hàm thành viên DCOP";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1446,14 +1412,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
// 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 "Tìm kiếm cho";
- }
/*! This string is used as the title for the page listing the search
* results.
*/