summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index 6c46913..3ec8a49 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -1914,6 +1914,16 @@ class TranslatorEnglish : public Translator
virtual QCString trEnumReference(const char *name)
{ return QCString(name)+" Enum Reference"; }
+ /*! Used for a section containing inherited members */
+ virtual QCString trInheritedFrom(const char *members,const char *what)
+ { return QCString(members)+" inherited from "+what; }
+
+ /*! Header of the sections with inherited members specific for the
+ * base class(es)
+ */
+ virtual QCString trAdditionalInheritedMembers()
+ { return "Additional Inherited Members"; }
+
//////////////////////////////////////////////////////////////////////////
};