diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-12-09 20:40:34 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-12-09 20:40:34 (GMT) |
commit | 7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f (patch) | |
tree | bbe6210f1426dabef9dcedc0d7d025f79fae6225 /src/translator_pt.h | |
parent | 79959c79850830e90aa7e00e72d3718785e29214 (diff) | |
download | Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.zip Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.tar.gz Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.tar.bz2 |
Doxygen-1.2.12-20011209
Diffstat (limited to 'src/translator_pt.h')
-rw-r--r-- | src/translator_pt.h | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/translator_pt.h b/src/translator_pt.h index 4f3ffa8..05ade1a 100644 --- a/src/translator_pt.h +++ b/src/translator_pt.h @@ -18,6 +18,8 @@ * * VERSION HISTORY * --------------- + * 003 23 november 2001 + * - Removed some obsolete methods (latexBabelPackage, trAuthor, trAuthors and trFiles) * 002 19 november 2001 * ! Updated for doxygen v1.2.12 * 001 20 july 2001 @@ -61,10 +63,6 @@ class TranslatorPortuguese : public Translator virtual QCString latexLanguageSupportCommand() { return "Portuguese"; } - /*! returns the name of the package that is included by LaTeX */ - QCString latexBabelPackage() - { return "portuguese"; } - /*! return the language charset. This will be used for the HTML output */ virtual QCString idLanguageCharset() { return "iso-8859-1"; } @@ -449,10 +447,6 @@ class TranslatorPortuguese : public Translator QCString trEnumerationValues() { return "Valores da enumeração"; } - /*! This is used in man pages as the author section. */ - QCString trAuthor() - { return "Autor"; } - /*! This is used in the documentation of a file before the list of * documentation blocks for defines */ @@ -510,12 +504,6 @@ class TranslatorPortuguese : public Translator } } - /*! This is used in the documentation of a group before the list of - * links to documented files - */ - QCString trFiles() - { return "Ficheiros"; } - /*! This is used in the standard footer of each page and indicates when * the page was generated */ @@ -564,10 +552,6 @@ class TranslatorPortuguese : public Translator QCString trDate() { return "Data"; } - /*! this text is generated when the \\author command is used. */ - QCString trAuthors() - { return "Autor(es)"; } - /*! this text is generated when the \\return command is used. */ QCString trReturns() { return "Retorna"; } |