diff options
Diffstat (limited to 'src/translator_nl.h')
-rw-r--r-- | src/translator_nl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h index 2f2ddc9..3d637e2 100644 --- a/src/translator_nl.h +++ b/src/translator_nl.h @@ -1200,6 +1200,19 @@ class TranslatorDutch : public Translator return result; } +////////////////////////////////////////////////////////////////////////// +// new since 1.4.1 +////////////////////////////////////////////////////////////////////////// + + /*! This text is added to the documentation when the \\overload command + * is used for a function. + */ + virtual QCString trOverloadText() + { + return "Deze functie is overloaded en is beschikbaar gemaakt om het " + "gebruik te vergemakkelijken. Ze verschilt alleen van de " + "bovenstaande functie wat betreft de parameterlijst."; + } }; |