diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-06-11 07:58:28 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-06-11 07:58:28 (GMT) |
commit | 07ee85ebcc91a12df8a92078f33e700e5f9f40e8 (patch) | |
tree | 30cd22ecad5caf15fa470d190298c4e98b02e971 /src/translator_en.h | |
parent | de0997f3baf049e0c312ac4fc9b9b762fdc40e00 (diff) | |
download | Doxygen-07ee85ebcc91a12df8a92078f33e700e5f9f40e8.zip Doxygen-07ee85ebcc91a12df8a92078f33e700e5f9f40e8.tar.gz Doxygen-07ee85ebcc91a12df8a92078f33e700e5f9f40e8.tar.bz2 |
Release-1.4.7
Diffstat (limited to 'src/translator_en.h')
-rw-r--r-- | src/translator_en.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/translator_en.h b/src/translator_en.h index 165bf4b..e365835 100644 --- a/src/translator_en.h +++ b/src/translator_en.h @@ -502,12 +502,6 @@ class TranslatorEnglish : public Translator { return "Enumeration Type Documentation"; } /*! This is used in the documentation of a file/namespace before the list - * of documentation blocks for enumeration values - */ - virtual QCString trEnumerationValueDocumentation() - { return "Enumerator Documentation"; } - - /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for functions */ virtual QCString trFunctionDocumentation() @@ -1624,11 +1618,19 @@ class TranslatorEnglish : public Translator // new since 1.4.6 ////////////////////////////////////////////////////////////////////////// + /*! This is used to introduce a caller (or called-by) graph */ virtual QCString trCallerGraph() { return "Here is the caller graph for this function:"; } + /*! This is used in the documentation of a file/namespace before the list + * of documentation blocks for enumeration values + */ + virtual QCString trEnumerationValueDocumentation() + { return "Enumerator Documentation"; } + + }; #endif |