diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-04-26 10:48:48 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2011-04-26 10:48:48 (GMT) |
commit | 3c0d4d412c7b6c2afa9e76fcfd5ef5ea8586ad68 (patch) | |
tree | 5b1b526ababed94fc83b11349dd828da3bf11882 /doc | |
parent | da2223bed0d63aef0bb6b9e583b90f7319363586 (diff) | |
download | Doxygen-3c0d4d412c7b6c2afa9e76fcfd5ef5ea8586ad68.zip Doxygen-3c0d4d412c7b6c2afa9e76fcfd5ef5ea8586ad68.tar.gz Doxygen-3c0d4d412c7b6c2afa9e76fcfd5ef5ea8586ad68.tar.bz2 |
Release-1.7.4-20110426
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.doc | 2 | ||||
-rw-r--r-- | doc/language.doc | 11 | ||||
-rw-r--r-- | doc/maintainers.txt | 1 | ||||
-rw-r--r-- | doc/translator_report.txt | 19 |
4 files changed, 11 insertions, 22 deletions
diff --git a/doc/install.doc b/doc/install.doc index 64eda00..b2dd559 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -560,7 +560,7 @@ Doxygen comes as a self-installing archive, so installation is extremely simple. Just follow the dialogs. After installation it is recommended to also download and install GraphViz -(version 2.8 or better is highly recommended). Doxygen can use the \c dot tool +(version 2.20 or better is highly recommended). Doxygen can use the \c dot tool of the GraphViz package to render nicer diagrams, see the \ref cfg_have_dot "HAVE_DOT" option in the configuration file. diff --git a/doc/language.doc b/doc/language.doc index 250f166..1537c17 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -23,7 +23,7 @@ text fragments, generated by doxygen, can be produced in languages other than English (the default). The output language is chosen through the configuration file (with default name and known as Doxyfile). -Currently (version 1.7.3), 38 languages +Currently (version 1.7.4), 38 languages are supported (sorted alphabetically): Afrikaans, Arabic, Brazilian Portuguese, Catalan, Chinese, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Esperanto, @@ -138,9 +138,9 @@ when the translator was updated. </tr> <tr bgcolor="#ffffff"> <td>German</td> - <td>Jens Seidel</td> - <td>jensseidel at users dot sf dot net</td> - <td>1.6.3</td> + <td>Peter Grotrian<br/>Jens Seidel</td> + <td>Peter dot Grotrian at pdv-FS dot de<br/>jensseidel at users dot sf dot net</td> + <td>up-to-date</td> </tr> <tr bgcolor="#ffffff"> <td>Greek</td> @@ -342,7 +342,8 @@ when the translator was updated. \hline French & Xavier Outhier & {\tt\tiny xouthier at yahoo dot fr} & 1.6.3 \\ \hline - German & Jens Seidel & {\tt\tiny jensseidel at users dot sf dot net} & 1.6.3 \\ + German & Peter Grotrian & {\tt\tiny Peter dot Grotrian at pdv-FS dot de} & up-to-date \\ + ~ & Jens Seidel & {\tt\tiny jensseidel at users dot sf dot net} & ~ \\ \hline Greek & Paul Gessos & {\tt\tiny gessos dot paul at yahoo dot gr} & up-to-date \\ \hline diff --git a/doc/maintainers.txt b/doc/maintainers.txt index 426373f..544f89e 100644 --- a/doc/maintainers.txt +++ b/doc/maintainers.txt @@ -64,6 +64,7 @@ TranslatorFrench Xavier Outhier: xouthier at yahoo dot fr TranslatorGerman +Peter Grotrian: Peter dot Grotrian at pdv-FS dot de Jens Seidel: jensseidel at users dot sf dot net TranslatorGreek diff --git a/doc/translator_report.txt b/doc/translator_report.txt index 30c1d89..5d59c1e 100644 --- a/doc/translator_report.txt +++ b/doc/translator_report.txt @@ -1,4 +1,4 @@ -(1.7.3) +(1.7.4) Doxygen supports the following 38 languages (sorted alphabetically): @@ -10,7 +10,7 @@ Persian, Polish, Portuguese, Romanian, Russian, Serbian, SerbianCyrilic, Slovak, Slovene, Spanish, Swedish, Turkish, Ukrainian, and Vietnamese. -Of them, 16 translators are up-to-date, 22 translators are based on +Of them, 17 translators are up-to-date, 21 translators are based on some adapter class, and 2 are English based. ---------------------------------------------------------------------- @@ -27,6 +27,7 @@ still may be some details listed even for them: TranslatorDutch TranslatorEnglish TranslatorEsperanto + TranslatorGerman TranslatorGreek TranslatorItalian TranslatorKorean -- Change the base class to Translator. @@ -43,7 +44,6 @@ version when the class was last updated and number of methods that must be implemented to become up-to-date: TranslatorPolish 1.6.3 4 methods to implement (1 %) - TranslatorGerman 1.6.3 4 methods to implement (1 %) TranslatorFrench 1.6.3 4 methods to implement (1 %) Note: Reimplementation using UTF-8 suggested. @@ -269,19 +269,6 @@ TranslatorFrench (TranslatorAdapter_1_6_3) 4 methods to implement (1 %) virtual QCString trIncludesFileIn(const char * name) -TranslatorGerman (TranslatorAdapter_1_6_3) 4 methods to implement (1 %) ----------------- - - Implements 221 of the required methods (98 %). - - Missing methods (should be implemented): - - virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime) - virtual QCString trFileIn(const char * name) - virtual QCString trDirDependency(const char * name) - virtual QCString trIncludesFileIn(const char * name) - - TranslatorHungarian (TranslatorAdapter_1_4_6) 33 methods to implement (14 %) ------------------- |