summaryrefslogtreecommitdiffstats
path: root/src/translator_pt.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-11-25 18:56:18 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-11-25 18:56:18 (GMT)
commitcce8b9505201c95443798341d3d6176922db9253 (patch)
tree6643370adedf0cbaac88d674978bd44175ab1475 /src/translator_pt.h
parentc736b03f16a88b6654ff9c1ae680e46b86e50218 (diff)
downloadDoxygen-cce8b9505201c95443798341d3d6176922db9253.zip
Doxygen-cce8b9505201c95443798341d3d6176922db9253.tar.gz
Doxygen-cce8b9505201c95443798341d3d6176922db9253.tar.bz2
Release-1.2.12-20011125
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