diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-06-09 19:58:49 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-06-09 19:58:49 (GMT) |
commit | dae59054d3387840f0f4b4bf8f237fee0591a5b1 (patch) | |
tree | bc980e351fc747c41720cca5f31affe4f27c3a31 /src/translator_en.h | |
parent | 0c394c5817041713aee58748fcd5d338a467cbee (diff) | |
download | Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.zip Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.tar.gz Doxygen-dae59054d3387840f0f4b4bf8f237fee0591a5b1.tar.bz2 |
Release-1.3.1-20030609
Diffstat (limited to 'src/translator_en.h')
-rw-r--r-- | src/translator_en.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/translator_en.h b/src/translator_en.h index 1b00007..9342828 100644 --- a/src/translator_en.h +++ b/src/translator_en.h @@ -1472,6 +1472,23 @@ class TranslatorEnglish : public Translator return "Static Package Attributes"; } +////////////////////////////////////////////////////////////////////////// +// new since 1.3.1 +////////////////////////////////////////////////////////////////////////// + + /*! Used in the quick index of a class/file/namespace member list page + * to link to the unfiltered list of all members. + */ + virtual QCString trAll() + { + return "All"; + } + /*! Put in front of the call graph for a function. */ + virtual QCString trCallGraph() + { + return "Here is the call graph for this function:"; + } + }; |