diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-07-21 08:42:44 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-07-21 08:42:44 (GMT) |
commit | e2bafacf8c0f6ef0dd7f9f4958a125761bda31ec (patch) | |
tree | 0d39615cce00be60a77b797babf9b09b9c6b2a09 /src/translator_fr.h | |
parent | 97589008c3ba05a8cc3ffe2dc47f118908c741b6 (diff) | |
download | Doxygen-e2bafacf8c0f6ef0dd7f9f4958a125761bda31ec.zip Doxygen-e2bafacf8c0f6ef0dd7f9f4958a125761bda31ec.tar.gz Doxygen-e2bafacf8c0f6ef0dd7f9f4958a125761bda31ec.tar.bz2 |
Release-1.4.4
Diffstat (limited to 'src/translator_fr.h')
-rw-r--r-- | src/translator_fr.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/translator_fr.h b/src/translator_fr.h index 7c6c8ed..0dc2ef6 100644 --- a/src/translator_fr.h +++ b/src/translator_fr.h @@ -60,6 +60,8 @@ * | - translator_fr.h now conforms exactly to translator_en.h * | (try: gvim -d translator_en.h translator_fr.h) * -------------+------------------------------------------------------------ + * 2005-07-12 | Update for new since 1.4.1 + * -------------+------------------------------------------------------------ */ #ifndef TRANSLATOR_FR_H #define TRANSLATOR_FR_H @@ -85,7 +87,7 @@ // Translator class (by the local maintainer) when the localized // translator is made up-to-date again. -class TranslatorFrench : public TranslatorAdapter_1_4_1 +class TranslatorFrench : public Translator { public: @@ -1650,6 +1652,20 @@ class TranslatorFrench : public TranslatorAdapter_1_4_1 return result; } +////////////////////////////////////////////////////////////////////////// +// new since 1.4.1 +////////////////////////////////////////////////////////////////////////// + + /*! This text is added to the documentation when the \\overload command + * is used for a overloaded function. + */ + virtual QCString trOverloadText() + { + return "Ceci est une fonction membre surchargée, " + "proposée par commodité. Elle diffère de la fonction " + "çi-dessus uniquement par le(s) argument(s) qu'elle accepte."; + } }; #endif + |