summaryrefslogtreecommitdiffstats
path: root/src/translator_cz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_cz.h')
-rw-r--r--src/translator_cz.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/translator_cz.h b/src/translator_cz.h
index 7fc8f1a..9ea3ba2 100644
--- a/src/translator_cz.h
+++ b/src/translator_cz.h
@@ -124,6 +124,10 @@
// - Updated misleading information in trLegendDocs().
// - The trReimplementedInList() updated to fit the context better.
// - The trReimplementedFromList() updated to fit the context better.
+//
+// 2001/07/16
+// - trClassDocumentation() updated as in the English translator.
+//
//
// Todo
// ----
@@ -508,7 +512,16 @@ class TranslatorCzech : public Translator
* the documentation of all classes, structs and unions.
*/
virtual QCString trClassDocumentation()
- { return decode("Dokumentace tříd"); }
+ {
+ if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
+ {
+ return decode("Dokumentace datových struktur");
+ }
+ else
+ {
+ return decode("Dokumentace tříd");
+ }
+ }
/*! This is used in LaTeX as the title of the chapter containing
* the documentation of all files.