summaryrefslogtreecommitdiff
path: root/src/translator_no.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_no.h')
-rw-r--r--src/translator_no.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/translator_no.h b/src/translator_no.h
index fc5ad63..1e0a4e9 100644
--- a/src/translator_no.h
+++ b/src/translator_no.h
@@ -98,6 +98,10 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
virtual QCString trDetailedDescription()
{ return "Detaljert beskrivelse"; }
+ /*! header that is used when the summary tag is missing inside the details tag */
+ virtual QCString trDetails()
+ { return "Detaljar"; }
+
/*! header that is put before the list of typedefs. */
virtual QCString trMemberTypedefDocumentation()
{ return "Medlemstypedef-dokumentasjon"; }
@@ -412,12 +416,6 @@ class TranslatorNorwegian : public TranslatorAdapter_1_4_6
virtual QCString trFileDocumentation()
{ return "Fildokumentasjon"; }
- /*! This is used in LaTeX as the title of the chapter containing
- * the documentation of all examples.
- */
- virtual QCString trExampleDocumentation()
- { return "Eksempeldokumentasjon"; }
-
/*! This is used in LaTeX as the title of the document */
virtual QCString trReferenceManual()
{ return "Referansemanual"; }