summaryrefslogtreecommitdiff
path: root/src/translator_vi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_vi.h')
-rw-r--r--src/translator_vi.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/translator_vi.h b/src/translator_vi.h
index b9d101c..3957793 100644
--- a/src/translator_vi.h
+++ b/src/translator_vi.h
@@ -117,6 +117,10 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
virtual QCString trDetailedDescription()
{ return "Mô tả chi tiết"; }
+ /*! header that is used when the summary tag is missing inside the details tag */
+ virtual QCString trDetails()
+ { return "Chi tiết"; }
+
/*! header that is put before the list of typedefs. */
virtual QCString trMemberTypedefDocumentation()
{ return "Thông tin về Member Typedef"; }
@@ -431,12 +435,6 @@ class TranslatorVietnamese : public TranslatorAdapter_1_6_0
virtual QCString trFileDocumentation()
{ return "Thông tin về File"; }
- /*! This is used in LaTeX as the title of the chapter containing
- * the documentation of all examples.
- */
- virtual QCString trExampleDocumentation()
- { return "Thông tin về các ví dụ"; }
-
/*! This is used in LaTeX as the title of the document */
virtual QCString trReferenceManual()
{ return "Thông tin tham chiếu"; }