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_fr.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_fr.h')
-rw-r--r-- | src/translator_fr.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/translator_fr.h b/src/translator_fr.h index 3c1005b..45ff252 100644 --- a/src/translator_fr.h +++ b/src/translator_fr.h @@ -475,12 +475,6 @@ class TranslatorFrench : 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 "Prototypes de fonction"; } - - /*! This is used in the documentation of a file as a header before the * list of typedefs */ virtual QCString trTypedefs() @@ -517,12 +511,6 @@ class TranslatorFrench : public Translator { return "Documentation des macros"; } /*! This is used in the documentation of a file/namespace before the list - * of documentation blocks for function prototypes - */ - virtual QCString trFunctionPrototypeDocumentation() - { return "Documentation des prototypes de fonction"; } - - /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for typedefs */ virtual QCString trTypedefDocumentation() @@ -571,12 +559,6 @@ class TranslatorFrench : public Translator result+=(QCString)" par"; return result; } - /*! This is part of the sentence used in the standard footer of each page. - */ - virtual QCString trWrittenBy() - { - return "écrit par"; - } /*! this text is put before a class diagram */ virtual QCString trClassDiagram(const char *clName) @@ -843,12 +825,6 @@ class TranslatorFrench : public Translator return result; } - /*! This is in the (quick) index as a link to the alphabetical compound - * list. - */ - virtual QCString trAlphabeticalList() - { return "Liste alphabétique"; } - ////////////////////////////////////////////////////////////////////////// // new since 0.49-990901 ////////////////////////////////////////////////////////////////////////// @@ -1150,16 +1126,6 @@ class TranslatorFrench : public Translator } ////////////////////////////////////////////////////////////////////////// - // new since 1.2.1 - ////////////////////////////////////////////////////////////////////////// - - /*! Used as a section header for KDE-2 IDL methods */ - virtual QCString trDCOPMethods() - { - return "Fonctions membres DCOP"; - } - - ////////////////////////////////////////////////////////////////////////// // new since 1.2.2 ////////////////////////////////////////////////////////////////////////// @@ -1503,14 +1469,6 @@ class TranslatorFrench : 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 "Rechercher"; - } /*! This string is used as the title for the page listing the search * results. */ @@ -1877,12 +1835,6 @@ class TranslatorFrench : public Translator // new since 1.6.3 ////////////////////////////////////////////////////////////////////////// - /*! introduction text for the directory dependency graph */ - virtual QCString trDirDependency(const char *name) - { - return (QCString)"Graphe des dépendances de répertoire pour "+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. |