summaryrefslogtreecommitdiffstats
path: root/doc/translator_report.txt
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-08-19 13:23:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-08-19 13:23:22 (GMT)
commit5dfd148b5f3dfe5db7691b8dca017c828e800a3c (patch)
treef3b6964844667670f731ee30328142b6eb54ce4f /doc/translator_report.txt
parent6bf92c5d7efffb6a04c3ccbfc144ad944200fed2 (diff)
downloadDoxygen-5dfd148b5f3dfe5db7691b8dca017c828e800a3c.zip
Doxygen-5dfd148b5f3dfe5db7691b8dca017c828e800a3c.tar.gz
Doxygen-5dfd148b5f3dfe5db7691b8dca017c828e800a3c.tar.bz2
Release-1.5.6-20080819
Diffstat (limited to 'doc/translator_report.txt')
-rw-r--r--doc/translator_report.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/translator_report.txt b/doc/translator_report.txt
index 4c6b192..a75f78d 100644
--- a/doc/translator_report.txt
+++ b/doc/translator_report.txt
@@ -26,7 +26,7 @@ still may be some details listed even for them:
TranslatorCzech
TranslatorDutch
TranslatorEnglish
- TranslatorFinnish
+ TranslatorFinnish -- Change the base class to Translator.
TranslatorGerman
TranslatorItalian
TranslatorKorean
@@ -71,6 +71,16 @@ version of the translator for the language:
TranslatorKoreanEn implements 5 methods
======================================================================
+WARNING: The following translator methods are declared in the
+Translator class but their identifiers do not appear in source files.
+The situation should be checked. The .cpp files and .h files excluding
+the '*translator*' files in doxygen/src directory were simply searched
+for occurence of the method identifiers:
+
+ QCString trFunctionPrototypeDocumentation()
+
+
+======================================================================
Details for translators (classes sorted alphabetically):
@@ -183,6 +193,12 @@ TranslatorDanish (TranslatorAdapter_1_5_4) 22 methods to implement
virtual QCString trSubprogramDocumentation()
+TranslatorFinnish (TranslatorEnglish)
+-----------------
+
+ Implements 216 of the required methods.
+
+
TranslatorFrench (TranslatorAdapter_1_5_4) 22 methods to implement
----------------