summaryrefslogtreecommitdiffstats
path: root/src/translator_pt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_pt.h')
-rw-r--r--src/translator_pt.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/translator_pt.h b/src/translator_pt.h
index 08c1e82..4f3ffa8 100644
--- a/src/translator_pt.h
+++ b/src/translator_pt.h
@@ -18,16 +18,18 @@
*
* VERSION HISTORY
* ---------------
+ * 002 19 november 2001
+ * ! Updated for doxygen v1.2.12
* 001 20 july 2001
- * - Updated for doxygen v1.2.8.1
+ * ! Updated for doxygen v1.2.8.1
* 000 ?
- * - Initial translation for doxygen v1.1.5
+ * + Initial translation for doxygen v1.1.5
*/
#ifndef TRANSLATOR_PT_H
#define TRANSLATOR_PT_H
-class TranslatorPortuguese : public TranslatorAdapter_1_2_11
+class TranslatorPortuguese : public Translator
{
public:
@@ -1348,5 +1350,17 @@ class TranslatorPortuguese : public TranslatorAdapter_1_2_11
return result;
}
+//////////////////////////////////////////////////////////////////////////
+// new since 1.2.11
+//////////////////////////////////////////////////////////////////////////
+
+ /*! This text is put before the list of members referenced by a member
+ */
+ virtual QCString trReferences()
+ {
+ return "Referências";
+ }
+
};
+
#endif