summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
authorPetr Prikryl <prikryl@atlas.cz>2013-06-25 11:36:18 (GMT)
committerPetr Prikryl <prikryl@atlas.cz>2013-06-25 11:36:18 (GMT)
commitd2a38395f59266eb29d59edaabe07c2a68475fd0 (patch)
treecf0298e5d4faed69df71ec11cd8566bbe6d7e466 /src/translator_en.h
parentc84e679ca11f8945f449b8b8ad6d93c05d97839e (diff)
downloadDoxygen-d2a38395f59266eb29d59edaabe07c2a68475fd0.zip
Doxygen-d2a38395f59266eb29d59edaabe07c2a68475fd0.tar.gz
Doxygen-d2a38395f59266eb29d59edaabe07c2a68475fd0.tar.bz2
EN + CZ -- unused methods removed:
i.e. the ones reported in translator_report.txt as... ====================================================================== WARNING: The following translator methods are declared in the Translator class but their identifiers do not appear in source files. The situation should be checked. The .cpp files and .h files excluding the '*translator*' files in doxygen/src directory were simply searched for occurrence of the method identifiers: QCString idLanguageCharset() QCString trAlphabeticalList() QCString trDCOPMethods() QCString trDirDependency(const char *) QCString trFuncProtos() QCString trFunctionPrototypeDocumentation() QCString trSearchForIndex() QCString trWrittenBy()
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index 0240b52..cb933df 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -417,12 +417,6 @@ class TranslatorEnglish : public Translator
{ return "Macros"; }
/*! 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()
@@ -459,12 +453,6 @@ class TranslatorEnglish : public Translator
{ return "Macro Definition Documentation"; }
/*! This is used in the documentation of a file/namespace before the list
- * of documentation blocks for function prototypes
- */
- virtual QCString trFunctionPrototypeDocumentation()
- { return "Function Prototype Documentation"; }
-
- /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
*/
virtual QCString trTypedefDocumentation()
@@ -513,12 +501,6 @@ class TranslatorEnglish : public Translator
result+=(QCString)" by";
return result;
}
- /*! This is part of the sentence used in the standard footer of each page.
- */
- virtual QCString trWrittenBy()
- {
- return "written by";
- }
/*! this text is put before a class diagram */
virtual QCString trClassDiagram(const char *clName)
@@ -780,12 +762,6 @@ class TranslatorEnglish : public Translator
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- virtual QCString trAlphabeticalList()
- { return "Alphabetical List"; }
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -1089,16 +1065,6 @@ class TranslatorEnglish : public Translator
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "DCOP Member Functions";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1441,14 +1407,6 @@ class TranslatorEnglish : public Translator
// 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 "Search for";
- }
/*! This string is used as the title for the page listing the search
* results.
*/
@@ -1816,12 +1774,6 @@ class TranslatorEnglish : public Translator
// new since 1.6.3 (missing items for the directory pages)
//////////////////////////////////////////////////////////////////////////
- /*! introduction text for the directory dependency graph */
- virtual QCString trDirDependency(const char *name)
- {
- return (QCString)"Directory dependency graph for "+name;
- }
-
/*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the
* source file that has a relation to another file.