summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-07-27 19:00:12 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-07-27 19:00:12 (GMT)
commit3426c85df5daa8d679bc2ed87740ccbc34d6346b (patch)
treee4c6389f90f951bbd01b45ad4377b0b475dd246f /doc
parent9f83539241a64ce7f74d80c118e555e1fc8f8077 (diff)
downloadDoxygen-3426c85df5daa8d679bc2ed87740ccbc34d6346b.zip
Doxygen-3426c85df5daa8d679bc2ed87740ccbc34d6346b.tar.gz
Doxygen-3426c85df5daa8d679bc2ed87740ccbc34d6346b.tar.bz2
Release-1.7.4-20110727
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc15
-rw-r--r--doc/config.doc34
-rw-r--r--doc/docblocks.doc6
-rw-r--r--doc/language.doc68
-rw-r--r--doc/translator_report.txt428
5 files changed, 415 insertions, 136 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 9e1a787..7bd90e2 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -51,6 +51,7 @@ documentation:
\refitem cmdcallgraph \\callgraph
\refitem cmdcallergraph \\callergraph
\refitem cmdcategory \\category
+\refitem cmdcite \\cite
\refitem cmdclass \\class
\refitem cmdcode \\code
\refitem cmdcond \\cond
@@ -1658,6 +1659,18 @@ Commands to create links
\sa section \ref cmdref "\\ref".
<hr>
+\section cmdcite \\cite <label>
+
+ \addindex \\cite
+ Adds a bibliographic reference in the text and in the list of bibliographic
+ references. The \<label\> must be a valid BibTeX label that can be found
+ in one of the .bib files listed in \ref cfg_cite_bib_files "CITE_BIB_FILES".
+ For the LaTeX output the formatting of the reference in the text can be
+ configured with \ref cfg_latex_bib_style "LATEX_BIB_STYLE". For other
+ output formats a fixed representation is used. Note that using this
+ command requires the \c bibtex tool to be present in the search path.
+
+<hr>
\section cmdendlink \\endlink
\addindex \\endlink
@@ -2399,11 +2412,13 @@ class Receiver
\note The second { is optional and is only to help editors (such as Vim) to
do proper syntax highlighting by making the number of opening and closing braces
the same.
+ \sa section \ref cmdfcurlyclose "\\f}" and section \ref formulas "formulas".
<hr>
\section cmdfcurlyclose \\f}
Marks the end of a formula that is in a specific environment.
+ \sa section \ref cmdfcurlyopen "\\f{" and section \ref formulas "formulas".
<hr>
\section cmdhtmlonly \\htmlonly
diff --git a/doc/config.doc b/doc/config.doc
index c39befa..21b8262 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -68,6 +68,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_case_sense_names CASE_SENSE_NAMES
\refitem cfg_chm_file CHM_FILE
\refitem cfg_chm_index_encoding CHM_INDEX_ENCODING
+\refitem cfg_cite_bib_files CITE_BIB_FILES
\refitem cfg_class_diagrams CLASS_DIAGRAMS
\refitem cfg_class_graph CLASS_GRAPH
\refitem cfg_collaboration_graph COLLABORATION_GRAPH
@@ -187,6 +188,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_internal_docs INTERNAL_DOCS
\refitem cfg_javadoc_autobrief JAVADOC_AUTOBRIEF
\refitem cfg_latex_batchmode LATEX_BATCHMODE
+\refitem cfg_latex_bib_style LATEX_BIB_STYLE
\refitem cfg_latex_cmd_name LATEX_CMD_NAME
\refitem cfg_latex_footer LATEX_FOOTER
\refitem cfg_latex_header LATEX_HEADER
@@ -199,6 +201,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_man_extension MAN_EXTENSION
\refitem cfg_man_links MAN_LINKS
\refitem cfg_man_output MAN_OUTPUT
+\refitem cfg_mathjax_extensions MATHJAX_EXTENSIONS
\refitem cfg_mathjax_relpath MATHJAX_RELPATH
\refitem cfg_max_dot_graph_depth MAX_DOT_GRAPH_DEPTH
\refitem cfg_max_initializer_lines MAX_INITIALIZER_LINES
@@ -951,6 +954,17 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
a file called DoxygenLayout.xml, doxygen will parse it automatically even if
the \c LAYOUT_FILE tag is left empty.
+\anchor cfg_cite_bib_files
+<dt>\c CITE_BIB_FILES <dd>
+ \addindex CITE_BIB_FILES
+ The \c CITE_BIB_FILES tag can be used to specify one or more bib files
+ containing the reference definitions. This must be a list of .bib files. The
+ .bib extension is automatically appended if omitted. This requires the
+ bibtex tool to be installed. See also http://en.wikipedia.org/wiki/BibTeX
+ for more info. For LaTeX the style of the bibliography can be controlled
+ using \ref cfg_latex_bib_style "LATEX_BIB_STYLE". See
+ also \ref cmdcite "\\cite" for info how to create references.
+
</dl>
\section messages_input Options related to warning and progress messages
@@ -1782,6 +1796,15 @@ and Class Hierarchy pages using a tree view instead of an ordered list.
the http://www.mathjax.org site, so you can quickly see the result without installing
MathJax, but it is strongly recommended to install a local copy of MathJax
before deployment.
+
+\anchor cfg_mathjax_extensions
+<dt>\c MATHJAX_EXTENSIONS <dd>
+ \addindex MATHJAX_EXTENSIONS
+ The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
+ names that should be enabled during MathJax rendering. For example
+\verbatim
+MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
+\endverbatim
</dl>
\section latex_output LaTeX related options
@@ -1907,6 +1930,15 @@ EXTRA_PACKAGES = times
asking the user for help. This option is also used when generating formulas
in HTML.
+\anchor cfg_latex_bib_style
+<dt>\c LATEX_BIB_STYLE <dd>
+ \addindex LATEX_BIB_STYLE
+
+ The \c LATEX_BIB_STYLE tag can be used to specify the style to use for the
+ bibliography, e.g. \c plainnat, or \c ieeetr. The default style is
+ \c plain. See http://en.wikipedia.org/wiki/BibTeX and \ref cmdcite "\\cite"
+ for more info.
+
\anchor cfg_latex_hide_indices
<dt>\c LATEX_HIDE_INDICES <dd>
\addindex LATEX_HIDE_INDICES
@@ -2426,7 +2458,7 @@ The default size is 10pt.
visible in IE 9+ (other browsers do not have this requirement).
\anchor cfg_interactive_svg
-<dt>\c INTERACTIVE_SVG
+<dt>\c INTERACTIVE_SVG <dd>
If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
enable generation of interactive SVG images that allow zooming and panning.
Note that this requires a modern browser other than Internet Explorer.
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index 8d6f569..e28328c 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -20,9 +20,9 @@
A special documentation block is a C or C++ style comment block with some
additional markings, so doxygen knows it is a piece of documentation that
-needs to end up in the generated documentation. For Python and VHDL
-code there are a different comment conventions, which can be found in section
-\ref pythonblocks and \ref vhdlblocks respectively.
+needs to end up in the generated documentation. For Python, VHDL, and Fortran
+code there are different comment conventions, which can be found in sections
+\ref pythonblocks, \ref vhdlblocks, and \ref fortranblocks respectively.
For each code item there are two (or in some cases three) types of descriptions,
which together form the documentation: a \e brief description and \e detailed
diff --git a/doc/language.doc b/doc/language.doc
index de6ebba..17d38f6 100644
--- a/doc/language.doc
+++ b/doc/language.doc
@@ -68,13 +68,13 @@ when the translator was updated.
<td>Armenian</td>
<td>Armen Tangamyan</td>
<td>armen dot tangamyan at anu dot edu dot au</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Brazilian Portuguese</td>
<td>Fabio "FJTC" Jun Takada Chino</td>
<td>jun-chino at uol dot com dot br</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Catalan</td>
@@ -86,7 +86,7 @@ when the translator was updated.
<td>Chinese</td>
<td>Lang Yang<br/>Li Daobing<br/>Wei Liu</td>
<td>lian dot yang dot cn at gmail dot com<br/>lidaobing at gmail dot com<br/>liuwei at asiainfo dot com</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Chinese Traditional</td>
@@ -98,25 +98,25 @@ when the translator was updated.
<td>Croatian</td>
<td>Boris Bralo</td>
<td>boris dot bralo at gmail dot com</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Czech</td>
<td>Petr Přikryl</td>
<td>prikrylp at skil dot cz</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Danish</td>
<td>Poul-Erik Hansen<br/>Erik Søe Sørensen</td>
<td>pouhan at gnotometrics dot dk<br/>eriksoe+doxygen at daimi dot au dot dk</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Dutch</td>
<td>Dimitri van Heesch</td>
<td>dimitri at stack dot nl</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>English</td>
@@ -128,7 +128,7 @@ when the translator was updated.
<td>Esperanto</td>
<td>Ander Martinez</td>
<td>dwarfnauko at gmail dot com</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Finnish</td>
@@ -146,13 +146,13 @@ when the translator was updated.
<td>German</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>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Greek</td>
<td>Paul Gessos</td>
<td>gessos dot paul at yahoo dot gr</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Hungarian</td>
@@ -170,7 +170,7 @@ when the translator was updated.
<td>Italian</td>
<td>Alessandro Falappa<br/>Ahmed Aldo Faisal</td>
<td>alessandro at falappa dot net<br/>aaf23 at cam dot ac dot uk</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Japanese</td>
@@ -188,7 +188,7 @@ when the translator was updated.
<td>Korean</td>
<td>Kim Taedong<br/>SooYoung Jung<br/>Richard Kim</td>
<td>fly1004 at gmail dot com<br/>jung5000 at gmail dot com<br/><span style="color: brown">[unreachable]</span></td>
- <td>up-to-date</td>
+ <td>1.7.05</td>
</tr>
<tr bgcolor="#ffffff">
<td>KoreanEn</td>
@@ -218,7 +218,7 @@ when the translator was updated.
<td>Persian</td>
<td>Ali Nadalizadeh</td>
<td>nadalizadeh at gmail dot com</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Polish</td>
@@ -242,7 +242,7 @@ when the translator was updated.
<td>Russian</td>
<td>Alexandr Chelpanov</td>
<td>cav at cryptopro dot ru</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Serbian</td>
@@ -260,7 +260,7 @@ when the translator was updated.
<td>Slovak</td>
<td>Kali+Laco Švec<br/>Petr Přikryl</td>
<td>the Slovak language advisors<br/>prikrylp at skil dot cz</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Slovene</td>
@@ -272,7 +272,7 @@ when the translator was updated.
<td>Spanish</td>
<td>Bartomeu<br/>Francisco Oltra Thennet<br/>David Vaquero</td>
<td>bartomeu at loteria3cornella dot com<br/><span style="color: brown">[unreachable]</span><br/>david at grupoikusnet dot com</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Swedish</td>
@@ -284,7 +284,7 @@ when the translator was updated.
<td>Turkish</td>
<td>Emin Ilker Cetinbas</td>
<td>niw3 at yahoo dot com</td>
- <td>up-to-date</td>
+ <td>1.7.5</td>
</tr>
<tr bgcolor="#ffffff">
<td>Ukrainian</td>
@@ -319,48 +319,48 @@ when the translator was updated.
Arabic & Moaz Reyad & {\tt\tiny [resigned] moazreyad at yahoo dot com} & 1.4.6 \\
~ & -- searching for the maintainer -- & {\tt\tiny [Please, try to help to find someone.]} & ~ \\
\hline
- Armenian & Armen Tangamyan & {\tt\tiny armen dot tangamyan at anu dot edu dot au} & up-to-date \\
+ Armenian & Armen Tangamyan & {\tt\tiny armen dot tangamyan at anu dot edu dot au} & 1.7.5 \\
\hline
- Brazilian Portuguese & Fabio "FJTC" Jun Takada Chino & {\tt\tiny jun-chino at uol dot com dot br} & up-to-date \\
+ Brazilian Portuguese & Fabio "FJTC" Jun Takada Chino & {\tt\tiny jun-chino at uol dot com dot br} & 1.7.5 \\
\hline
Catalan & Maximiliano Pin & {\tt\tiny max dot pin at bitroit dot com} & 1.6.3 \\
~ & Albert Mora & {\tt\tiny [unreachable] amora at iua dot upf dot es} & ~ \\
\hline
- Chinese & Lang Yang & {\tt\tiny lian dot yang dot cn at gmail dot com} & up-to-date \\
+ Chinese & Lang Yang & {\tt\tiny lian dot yang dot cn at gmail dot com} & 1.7.5 \\
~ & Li Daobing & {\tt\tiny lidaobing at gmail dot com} & ~ \\
~ & Wei Liu & {\tt\tiny liuwei at asiainfo dot com} & ~ \\
\hline
Chinese Traditional & Daniel YC Lin & {\tt\tiny dlin dot tw at gmail dot com} & 1.6.0 \\
~ & Gary Lee & {\tt\tiny garywlee at gmail dot com} & ~ \\
\hline
- Croatian & Boris Bralo & {\tt\tiny boris dot bralo at gmail dot com} & up-to-date \\
+ Croatian & Boris Bralo & {\tt\tiny boris dot bralo at gmail dot com} & 1.7.5 \\
\hline
- Czech & Petr Přikryl & {\tt\tiny prikrylp at skil dot cz} & up-to-date \\
+ Czech & Petr Přikryl & {\tt\tiny prikrylp at skil dot cz} & 1.7.5 \\
\hline
- Danish & Poul-Erik Hansen & {\tt\tiny pouhan at gnotometrics dot dk} & up-to-date \\
+ Danish & Poul-Erik Hansen & {\tt\tiny pouhan at gnotometrics dot dk} & 1.7.5 \\
~ & Erik Søe Sørensen & {\tt\tiny eriksoe+doxygen at daimi dot au dot dk} & ~ \\
\hline
- Dutch & Dimitri van Heesch & {\tt\tiny dimitri at stack dot nl} & up-to-date \\
+ Dutch & Dimitri van Heesch & {\tt\tiny dimitri at stack dot nl} & 1.7.5 \\
\hline
English & Dimitri van Heesch & {\tt\tiny dimitri at stack dot nl} & up-to-date \\
\hline
- Esperanto & Ander Martinez & {\tt\tiny dwarfnauko at gmail dot com} & up-to-date \\
+ Esperanto & Ander Martinez & {\tt\tiny dwarfnauko at gmail dot com} & 1.7.5 \\
\hline
Finnish & Antti Laine & {\tt\tiny antti dot a dot laine at tut dot fi} & 1.6.0 \\
\hline
French & Xavier Outhier & {\tt\tiny xouthier at yahoo dot fr} & 1.6.3 \\
\hline
- German & Peter Grotrian & {\tt\tiny Peter dot Grotrian at pdv-FS dot de} & up-to-date \\
+ German & Peter Grotrian & {\tt\tiny Peter dot Grotrian at pdv-FS dot de} & 1.7.5 \\
~ & 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 \\
+ Greek & Paul Gessos & {\tt\tiny gessos dot paul at yahoo dot gr} & 1.7.5 \\
\hline
Hungarian & Ákos Kiss & {\tt\tiny akiss at users dot sourceforge dot net} & 1.4.6 \\
~ & Földvári György & {\tt\tiny [unreachable] foldvari lost at cyberspace} & ~ \\
\hline
Indonesian & Hendy Irawan & {\tt\tiny ceefour at gauldong dot net} & 1.4.6 \\
\hline
- Italian & Alessandro Falappa & {\tt\tiny alessandro at falappa dot net} & up-to-date \\
+ Italian & Alessandro Falappa & {\tt\tiny alessandro at falappa dot net} & 1.7.5 \\
~ & Ahmed Aldo Faisal & {\tt\tiny aaf23 at cam dot ac dot uk} & ~ \\
\hline
Japanese & Hiroki Iseri & {\tt\tiny goyoki at gmail dot com} & 1.6.0 \\
@@ -370,7 +370,7 @@ when the translator was updated.
\hline
JapaneseEn & see the Japanese language & {\tt\tiny ~} & English based \\
\hline
- Korean & Kim Taedong & {\tt\tiny fly1004 at gmail dot com} & up-to-date \\
+ Korean & Kim Taedong & {\tt\tiny fly1004 at gmail dot com} & 1.7.05 \\
~ & SooYoung Jung & {\tt\tiny jung5000 at gmail dot com} & ~ \\
~ & Richard Kim & {\tt\tiny [unreachable] ryk at dspwiz dot com} & ~ \\
\hline
@@ -385,7 +385,7 @@ when the translator was updated.
\hline
Norwegian & Lars Erik Jordet & {\tt\tiny lejordet at gmail dot com} & 1.4.6 \\
\hline
- Persian & Ali Nadalizadeh & {\tt\tiny nadalizadeh at gmail dot com} & up-to-date \\
+ Persian & Ali Nadalizadeh & {\tt\tiny nadalizadeh at gmail dot com} & 1.7.5 \\
\hline
Polish & Piotr Kaminski & {\tt\tiny [unreachable] Piotr dot Kaminski at ctm dot gdynia dot pl} & 1.6.3 \\
~ & Grzegorz Kowal & {\tt\tiny [unreachable] g\_kowal at poczta dot onet dot pl} & ~ \\
@@ -397,24 +397,24 @@ when the translator was updated.
Romanian & Ionut Dumitrascu & {\tt\tiny reddumy at yahoo dot com} & 1.6.0 \\
~ & Alexandru Iosup & {\tt\tiny aiosup at yahoo dot com} & ~ \\
\hline
- Russian & Alexandr Chelpanov & {\tt\tiny cav at cryptopro dot ru} & up-to-date \\
+ Russian & Alexandr Chelpanov & {\tt\tiny cav at cryptopro dot ru} & 1.7.5 \\
\hline
Serbian & Dejan Milosavljevic & {\tt\tiny [unreachable] dmilos at email dot com} & 1.6.0 \\
\hline
SerbianCyrilic & Nedeljko Stefanovic & {\tt\tiny stenedjo at yahoo dot com} & 1.6.0 \\
\hline
- Slovak & Kali+Laco Švec & {\tt\tiny the Slovak language advisors} & up-to-date \\
+ Slovak & Kali+Laco Švec & {\tt\tiny the Slovak language advisors} & 1.7.5 \\
~ & Petr Přikryl & {\tt\tiny prikrylp at skil dot cz} & ~ \\
\hline
Slovene & Matjaž Ostroveršnik & {\tt\tiny matjaz dot ostroversnik at ostri dot org} & 1.4.6 \\
\hline
- Spanish & Bartomeu & {\tt\tiny bartomeu at loteria3cornella dot com} & up-to-date \\
+ Spanish & Bartomeu & {\tt\tiny bartomeu at loteria3cornella dot com} & 1.7.5 \\
~ & Francisco Oltra Thennet & {\tt\tiny [unreachable] foltra at puc dot cl} & ~ \\
~ & David Vaquero & {\tt\tiny david at grupoikusnet dot com} & ~ \\
\hline
Swedish & Mikael Hallin & {\tt\tiny mikaelhallin at yahoo dot se} & 1.6.0 \\
\hline
- Turkish & Emin Ilker Cetinbas & {\tt\tiny niw3 at yahoo dot com} & up-to-date \\
+ Turkish & Emin Ilker Cetinbas & {\tt\tiny niw3 at yahoo dot com} & 1.7.5 \\
\hline
Ukrainian & Olexij Tkatchenko & {\tt\tiny [resigned] olexij at tkatchenko dot com} & 1.4.1 \\
~ & -- searching for the maintainer -- & {\tt\tiny [Please, try to help to find someone.]} & ~ \\
diff --git a/doc/translator_report.txt b/doc/translator_report.txt
index 77ede62..9cb017e 100644
--- a/doc/translator_report.txt
+++ b/doc/translator_report.txt
@@ -10,33 +10,16 @@ Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Serbian,
SerbianCyrilic, Slovak, Slovene, Spanish, Swedish, Turkish, Ukrainian,
and Vietnamese.
-Of them, 18 translators are up-to-date, 21 translators are based on
+Of them, 1 translators are up-to-date, 38 translators are based on
some adapter class, and 2 are English based.
----------------------------------------------------------------------
The following translator classes are up-to-date (sorted
alphabetically). This means that they derive from the Translator class
-and they implement all 225 of the required methods. Anyway, there
+and they implement all 228 of the required methods. Anyway, there
still may be some details listed even for them:
- TranslatorArmenian -- The MAX_DOT_GRAPH_HEIGHT found in trLegendDocs()
- TranslatorBrazilian
- TranslatorChinese -- Reimplementation using UTF-8 suggested.
- TranslatorCroatian
- TranslatorCzech
- TranslatorDanish -- Reimplementation using UTF-8 suggested.
- TranslatorDutch
TranslatorEnglish
- TranslatorEsperanto
- TranslatorGerman
- TranslatorGreek
- TranslatorItalian
- TranslatorKorean -- Change the base class to Translator.
- TranslatorPersian -- The MAX_DOT_GRAPH_HEIGHT found in trLegendDocs()
- TranslatorRussian -- Reimplementation using UTF-8 suggested.
- TranslatorSlovak
- TranslatorSpanish -- The MAX_DOT_GRAPH_HEIGHT found in trLegendDocs()
- TranslatorTurkish
----------------------------------------------------------------------
The following translator classes need some maintenance (the most
@@ -44,55 +27,80 @@ obsolete at the end). The other info shows the estimation of Doxygen
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 %)
- TranslatorFrench 1.6.3 4 methods to implement (1 %)
+ TranslatorTurkish 1.7.5 3 methods to implement (1 %)
+ TranslatorSpanish 1.7.5 3 methods to implement (1 %)
+ TranslatorSlovak 1.7.5 3 methods to implement (1 %)
+ TranslatorRussian 1.7.5 3 methods to implement (1 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorCatalan 1.6.3 4 methods to implement (1 %)
- TranslatorVietnamese 1.6.0 9 methods to implement (4 %)
- TranslatorSwedish 1.6.0 9 methods to implement (4 %)
+ TranslatorPersian 1.7.5 3 methods to implement (1 %)
+ TranslatorKorean 1.7.05 3 methods to implement (1 %)
+ Note: Change the base class to TranslatorAdapter_1_7_5.
+
+ TranslatorItalian 1.7.5 3 methods to implement (1 %)
+ TranslatorGreek 1.7.5 3 methods to implement (1 %)
+ TranslatorGerman 1.7.5 3 methods to implement (1 %)
+ TranslatorEsperanto 1.7.5 3 methods to implement (1 %)
+ TranslatorDutch 1.7.5 3 methods to implement (1 %)
+ TranslatorDanish 1.7.5 3 methods to implement (1 %)
+ Note: Reimplementation using UTF-8 suggested.
+
+ TranslatorCzech 1.7.5 3 methods to implement (1 %)
+ TranslatorCroatian 1.7.5 3 methods to implement (1 %)
+ TranslatorChinese 1.7.5 3 methods to implement (1 %)
+ Note: Reimplementation using UTF-8 suggested.
+
+ TranslatorBrazilian 1.7.5 3 methods to implement (1 %)
+ TranslatorArmenian 1.7.5 3 methods to implement (1 %)
+ TranslatorPolish 1.6.3 7 methods to implement (3 %)
+ TranslatorFrench 1.6.3 6 methods to implement (2 %)
+ Note: Reimplementation using UTF-8 suggested.
+
+ TranslatorCatalan 1.6.3 7 methods to implement (3 %)
+ TranslatorVietnamese 1.6.0 12 methods to implement (5 %)
+ TranslatorSwedish 1.6.0 12 methods to implement (5 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorSerbian 1.6.0 9 methods to implement (4 %)
+ TranslatorSerbian 1.6.0 12 methods to implement (5 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorSerbianCyrilic 1.6.0 9 methods to implement (4 %)
- TranslatorRomanian 1.6.0 9 methods to implement (4 %)
+ TranslatorSerbianCyrilic 1.6.0 12 methods to implement (5 %)
+ TranslatorRomanian 1.6.0 12 methods to implement (5 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorMacedonian 1.6.0 9 methods to implement (4 %)
- TranslatorJapanese 1.6.0 9 methods to implement (4 %)
+ TranslatorMacedonian 1.6.0 12 methods to implement (5 %)
+ TranslatorJapanese 1.6.0 12 methods to implement (5 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorFinnish 1.6.0 9 methods to implement (4 %)
- TranslatorChinesetraditional 1.6.0 9 methods to implement (4 %)
+ TranslatorFinnish 1.6.0 12 methods to implement (5 %)
+ TranslatorChinesetraditional 1.6.0 12 methods to implement (5 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorAfrikaans 1.6.0 9 methods to implement (4 %)
+ TranslatorAfrikaans 1.6.0 12 methods to implement (5 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorSlovene 1.4.6 33 methods to implement (14 %)
+ TranslatorSlovene 1.4.6 36 methods to implement (15 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorNorwegian 1.4.6 32 methods to implement (14 %)
+ TranslatorNorwegian 1.4.6 35 methods to implement (15 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorLithuanian 1.4.6 33 methods to implement (14 %)
+ TranslatorLithuanian 1.4.6 36 methods to implement (15 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorIndonesian 1.4.6 32 methods to implement (14 %)
+ TranslatorIndonesian 1.4.6 35 methods to implement (15 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorHungarian 1.4.6 33 methods to implement (14 %)
+ TranslatorHungarian 1.4.6 36 methods to implement (15 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorArabic 1.4.6 32 methods to implement (14 %)
+ TranslatorArabic 1.4.6 35 methods to implement (15 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorUkrainian 1.4.1 33 methods to implement (14 %)
+ TranslatorUkrainian 1.4.1 36 methods to implement (15 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorPortuguese 1.3.3 44 methods to implement (19 %)
+ TranslatorPortuguese 1.3.3 47 methods to implement (20 %)
Note: Reimplementation using UTF-8 suggested.
@@ -125,10 +133,10 @@ Details for translators (classes sorted alphabetically):
-TranslatorAfrikaans (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorAfrikaans (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
-------------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -138,15 +146,18 @@ TranslatorAfrikaans (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorArabic (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
+TranslatorArabic (TranslatorAdapter_1_4_6) 35 methods to implement (15 %)
----------------
- Implements 193 of the required methods (85 %).
+ Implements 193 of the required methods (84 %).
Missing methods (should be implemented):
@@ -168,11 +179,14 @@ TranslatorArabic (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
@@ -196,35 +210,62 @@ TranslatorArabic (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
virtual QCString trNoDescriptionAvailable()
-TranslatorArmenian (Translator)
+TranslatorArmenian (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
------------------
- Implements 225 of the required methods (100 %).
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorBrazilian (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+-------------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
-TranslatorCatalan (TranslatorAdapter_1_6_3) 4 methods to implement (1 %)
+TranslatorCatalan (TranslatorAdapter_1_6_3) 7 methods to implement (3 %)
-----------------
- Implements 221 of the required methods (98 %).
+ Implements 221 of the required methods (96 %).
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 trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorChinese (Translator)
+TranslatorChinese (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
-----------------
- Implements 225 of the required methods (100 %).
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
-TranslatorChinesetraditional (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorChinesetraditional (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
----------------------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -234,21 +275,78 @@ TranslatorChinesetraditional (TranslatorAdapter_1_6_0) 9 methods to implement
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorDanish (Translator)
+TranslatorCroatian (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+------------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorCzech (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+---------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorDanish (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
----------------
- Implements 225 of the required methods (100 %).
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorDutch (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+---------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorEsperanto (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+-------------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
-TranslatorFinnish (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+
+TranslatorFinnish (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
-----------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -258,28 +356,57 @@ TranslatorFinnish (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorFrench (TranslatorAdapter_1_6_3) 4 methods to implement (1 %)
+TranslatorFrench (TranslatorAdapter_1_6_3) 6 methods to implement (2 %)
----------------
- Implements 221 of the required methods (98 %).
+ Implements 222 of the required methods (97 %).
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 trDirDepGraph(const char * name)
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorHungarian (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
+TranslatorGerman (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+----------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorGreek (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+---------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorHungarian (TranslatorAdapter_1_4_6) 36 methods to implement (15 %)
-------------------
- Implements 192 of the required methods (85 %).
+ Implements 192 of the required methods (84 %).
Missing methods (should be implemented):
@@ -301,11 +428,14 @@ TranslatorHungarian (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
@@ -318,10 +448,10 @@ TranslatorHungarian (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
virtual QCString trSubprogramDocumentation()
-TranslatorIndonesian (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
+TranslatorIndonesian (TranslatorAdapter_1_4_6) 35 methods to implement (15 %)
--------------------
- Implements 193 of the required methods (85 %).
+ Implements 193 of the required methods (84 %).
Missing methods (should be implemented):
@@ -343,11 +473,14 @@ TranslatorIndonesian (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
@@ -371,10 +504,22 @@ TranslatorIndonesian (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
virtual QCString trNoDescriptionAvailable()
-TranslatorJapanese (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorItalian (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+-----------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorJapanese (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
------------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -384,8 +529,11 @@ TranslatorJapanese (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
Obsolete methods (should be removed, never used):
@@ -401,7 +549,7 @@ TranslatorJapanese (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
virtual QCString trNoDescriptionAvailable()
-TranslatorJapaneseEn (TranslatorEnglish) 220 methods to implement (97 %)
+TranslatorJapaneseEn (TranslatorEnglish) 223 methods to implement (97 %)
--------------------
Implements 5 of the required methods (2 %).
@@ -415,13 +563,19 @@ TranslatorJapaneseEn (TranslatorEnglish) 220 methods to implement (97 %)
virtual QCString latexLanguageSupportCommand()
-TranslatorKorean (TranslatorAdapter_1_6_3)
+TranslatorKorean (TranslatorAdapter_1_6_3) 3 methods to implement (1 %)
----------------
- Implements 225 of the required methods (100 %).
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
-TranslatorKoreanEn (TranslatorEnglish) 220 methods to implement (97 %)
+TranslatorKoreanEn (TranslatorEnglish) 223 methods to implement (97 %)
------------------
Implements 5 of the required methods (2 %).
@@ -435,10 +589,10 @@ TranslatorKoreanEn (TranslatorEnglish) 220 methods to implement (97 %)
virtual QCString latexLanguageSupportCommand()
-TranslatorLithuanian (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
+TranslatorLithuanian (TranslatorAdapter_1_4_6) 36 methods to implement (15 %)
--------------------
- Implements 192 of the required methods (85 %).
+ Implements 192 of the required methods (84 %).
Missing methods (should be implemented):
@@ -460,11 +614,14 @@ TranslatorLithuanian (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
@@ -477,10 +634,10 @@ TranslatorLithuanian (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
virtual QCString trSubprogramDocumentation()
-TranslatorMacedonian (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorMacedonian (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
--------------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -490,15 +647,18 @@ TranslatorMacedonian (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorNorwegian (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
+TranslatorNorwegian (TranslatorAdapter_1_4_6) 35 methods to implement (15 %)
-------------------
- Implements 193 of the required methods (85 %).
+ Implements 193 of the required methods (84 %).
Missing methods (should be implemented):
@@ -520,11 +680,14 @@ TranslatorNorwegian (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
@@ -548,22 +711,31 @@ TranslatorNorwegian (TranslatorAdapter_1_4_6) 32 methods to implement (14 %)
virtual QCString trNoDescriptionAvailable()
-TranslatorPersian (Translator)
+TranslatorPersian (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
-----------------
- Implements 225 of the required methods (100 %).
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
-TranslatorPolish (TranslatorAdapter_1_6_3) 4 methods to implement (1 %)
+TranslatorPolish (TranslatorAdapter_1_6_3) 7 methods to implement (3 %)
----------------
- Implements 221 of the required methods (98 %).
+ Implements 221 of the required methods (96 %).
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 trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
Obsolete methods (should be removed, never used):
@@ -579,10 +751,10 @@ TranslatorPolish (TranslatorAdapter_1_6_3) 4 methods to implement (1 %)
QCString trNoDescriptionAvailable()
-TranslatorPortuguese (TranslatorAdapter_1_3_3) 44 methods to implement (19 %)
+TranslatorPortuguese (TranslatorAdapter_1_3_3) 47 methods to implement (20 %)
--------------------
- Implements 181 of the required methods (80 %).
+ Implements 181 of the required methods (79 %).
Missing methods (should be implemented):
@@ -610,12 +782,15 @@ TranslatorPortuguese (TranslatorAdapter_1_3_3) 44 methods to implement (19 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trSearchResults(int numDocuments)
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trSearchMatches()
virtual QCString trCompoundIndexFortran()
@@ -644,10 +819,10 @@ TranslatorPortuguese (TranslatorAdapter_1_3_3) 44 methods to implement (19 %)
QCString trNoDescriptionAvailable()
-TranslatorRomanian (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorRomanian (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
------------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -657,21 +832,30 @@ TranslatorRomanian (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorRussian (Translator)
+TranslatorRussian (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
-----------------
- Implements 225 of the required methods (100 %).
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
-TranslatorSerbian (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorSerbian (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
-----------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -681,15 +865,18 @@ TranslatorSerbian (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorSerbianCyrilic (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorSerbianCyrilic (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
------------------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -699,15 +886,30 @@ TranslatorSerbianCyrilic (TranslatorAdapter_1_6_0) 9 methods to implement (4
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorSlovene (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
+TranslatorSlovak (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+----------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorSlovene (TranslatorAdapter_1_4_6) 36 methods to implement (15 %)
-----------------
- Implements 192 of the required methods (85 %).
+ Implements 192 of the required methods (84 %).
Missing methods (should be implemented):
@@ -729,11 +931,14 @@ TranslatorSlovene (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
@@ -746,16 +951,22 @@ TranslatorSlovene (TranslatorAdapter_1_4_6) 33 methods to implement (14 %)
virtual QCString trSubprogramDocumentation()
-TranslatorSpanish (Translator)
+TranslatorSpanish (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
-----------------
- Implements 225 of the required methods (100 %).
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
-TranslatorSwedish (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorSwedish (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
-----------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -765,15 +976,30 @@ TranslatorSwedish (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
-TranslatorUkrainian (TranslatorAdapter_1_4_1) 33 methods to implement (14 %)
+TranslatorTurkish (TranslatorAdapter_1_7_5) 3 methods to implement (1 %)
+-----------------
+
+ Implements 225 of the required methods (98 %).
+
+ Missing methods (should be implemented):
+
+ virtual QCString trDirDepGraph(const char * name)
+ virtual QCString trCiteReferences()
+ virtual QCString trCopyright()
+
+
+TranslatorUkrainian (TranslatorAdapter_1_4_1) 36 methods to implement (15 %)
-------------------
- Implements 192 of the required methods (85 %).
+ Implements 192 of the required methods (84 %).
Missing methods (should be implemented):
@@ -796,11 +1022,14 @@ TranslatorUkrainian (TranslatorAdapter_1_4_1) 33 methods to implement (14 %)
virtual QCString trModuleReference(const char * namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trModulesMembers()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trModulesIndex()
virtual QCString trDirRelation(const char * name)
virtual QCString trCompoundListFortran()
virtual QCString trDataTypes()
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name)
virtual QCString trCompoundIndexFortran()
virtual QCString trSubprogram(bool first_capital, bool singular)
@@ -824,10 +1053,10 @@ TranslatorUkrainian (TranslatorAdapter_1_4_1) 33 methods to implement (14 %)
virtual QCString trNoDescriptionAvailable()
-TranslatorVietnamese (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorVietnamese (TranslatorAdapter_1_6_0) 12 methods to implement (5 %)
--------------------
- Implements 216 of the required methods (96 %).
+ Implements 216 of the required methods (94 %).
Missing methods (should be implemented):
@@ -837,6 +1066,9 @@ TranslatorVietnamese (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
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 trGlobalNamespace()
+ virtual QCString trDirDepGraph(const char * name)
virtual QCString trDirRelation(const char * name)
+ virtual QCString trCiteReferences()
virtual QCString trDirDependency(const char * name)
+ virtual QCString trCopyright()
virtual QCString trIncludesFileIn(const char * name) \ No newline at end of file