summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-07-23 14:06:43 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-07-23 14:06:43 (GMT)
commitea8a1bc7ccbd7b64a31c293caa31240bde7397cf (patch)
tree8bdbe4421ef1ea29861efd26ccfc83849a184148 /doc
parent5346e18047c0e047db2f1b13dc2c767a73c5c305 (diff)
downloadDoxygen-ea8a1bc7ccbd7b64a31c293caa31240bde7397cf.zip
Doxygen-ea8a1bc7ccbd7b64a31c293caa31240bde7397cf.tar.gz
Doxygen-ea8a1bc7ccbd7b64a31c293caa31240bde7397cf.tar.bz2
Release-1.2.8-20010723
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
-rw-r--r--doc/Makefile.win_make.in2
-rw-r--r--doc/Makefile.win_nmake.in2
-rw-r--r--doc/faq.doc3
-rw-r--r--doc/language.doc59
-rw-r--r--doc/language.tpl40
-rw-r--r--doc/maintainers.txt2
-rw-r--r--doc/translator.pl46
-rw-r--r--doc/translator_report.txt1047
9 files changed, 1147 insertions, 56 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index db61bf9..4deee03 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -31,6 +31,6 @@ clean:
language: language.doc
language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.pl
- $(PERL) translator.pl
+ $(ENV) VERSION=$(VERSION) DOXYGEN_DOCDIR=. $(PERL) translator.pl
FORCE:
diff --git a/doc/Makefile.win_make.in b/doc/Makefile.win_make.in
index f881667..3161b31 100644
--- a/doc/Makefile.win_make.in
+++ b/doc/Makefile.win_make.in
@@ -31,6 +31,6 @@ clean:
language: language.doc
language.doc: maintainers.txt language.tpl translator.pl
- $(PERL) translator.pl
+ set DOXYGEN_DOCDIR=. & set VERSION=$(VERSION) & $(PERL) translator.pl
FORCE:
diff --git a/doc/Makefile.win_nmake.in b/doc/Makefile.win_nmake.in
index 13e386d..05820b0 100644
--- a/doc/Makefile.win_nmake.in
+++ b/doc/Makefile.win_nmake.in
@@ -31,6 +31,8 @@ clean:
language: language.doc
language.doc: maintainers.txt language.tpl translator.pl
+ set DOXYGEN_DOCDIR=.
+ set VERSION=$(VERSION)
$(PERL) translator.pl
FORCE:
diff --git a/doc/faq.doc b/doc/faq.doc
index 4fb9a63..1ed33dc 100644
--- a/doc/faq.doc
+++ b/doc/faq.doc
@@ -210,9 +210,6 @@ generator -> gen
At the time I was looking into lex and yacc, where a lot of things start with
"yy", so the "y" slipped in and made things pronouncable.
-I realized later that doxygen could also be read as Dimitri's oxygen,
-which could be seen as something I need to live :-)
-
</ol>
\htmlonly
diff --git a/doc/language.doc b/doc/language.doc
index d97ed69..111616c 100644
--- a/doc/language.doc
+++ b/doc/language.doc
@@ -24,20 +24,19 @@
Doxygen has built-in support for multiple languages. This means
that the text fragments that doxygen generates can be produced in
languages other than English (the default) at configuration time.
-<p>
-Currently (version unknown), 23 languages
+
+Currently (version 1.2.8-20010723), 24 languages
are supported (sorted alphabetically):
Brazilian Portuguese, Chinese, Croatian, Czech, Danish,
Dutch, English, Finnish, French, German,
Hungarian, Italian, Japanese, Korean, Norwegian,
Polish, Portuguese, Romanian, Russian, Slovak,
-Slovene, Spanish, and Swedish.
+Slovene, Spanish, Swedish, and Ukrainian.
The table of information related to the supported languages follows.
It is sorted by language alphabetically. The <b>Status</b> column
was generated from sources and shows approximately the last version
when the translator was updated.
-<p>
\htmlonly
<TABLE ALIGN=center CELLSPACING=0 CELLPADDING=0 BORDER=0>
@@ -151,7 +150,7 @@ when the translator was updated.
<TD>Portuguese</TD>
<TD>Rui Godinho Lopes</TD>
<TD>ruiglopes@NOSPAM.yahoo.com</TD>
- <TD>1.1.5</TD>
+ <TD>up-to-date</TD>
</TR>
<TR BGCOLOR="#ffffff">
<TD>Romanian</TD>
@@ -189,6 +188,12 @@ when the translator was updated.
<TD>sahag96@NOSPAM.nts.mh.se<br>xet@NOSPAM.hem.passagen.se</TD>
<TD>1.0.0</TD>
</TR>
+ <TR BGCOLOR="#ffffff">
+ <TD>Ukrainian</TD>
+ <TD>Olexij Tkatchenko</TD>
+ <TD>olexij.tkatchenko@NOSPAM.gmx.de</TD>
+ <TD>up-to-date</TD>
+ </TR>
</TABLE>
</TD>
</TR>
@@ -235,7 +240,7 @@ when the translator was updated.
\hline
Polish & Grzegorz Kowal & {\tt g\_kowal@poczta.onet.pl} & 1.2.1 \\
\hline
- Portuguese & Rui Godinho Lopes & {\tt ruiglopes@yahoo.com} & 1.1.5 \\
+ Portuguese & Rui Godinho Lopes & {\tt ruiglopes@yahoo.com} & up-to-date \\
\hline
Romanian & Alexandru Iosup & {\tt aiosup@yahoo.com} & 1.2.1 \\
\hline
@@ -250,19 +255,19 @@ when the translator was updated.
Swedish & Samuel H\"{a}agglund & {\tt sahag96@nts.mh.se} & 1.0.0 \\
& XeT Erixon & {\tt xet@hem.passagen.se} & \\
\hline
+ Ukrainian & Olexij Tkatchenko & {\tt olexij.tkatchenko@gmx.de} & up-to-date \\
+ \hline
\end{tabular}
\endlatexonly
-Have a look at <a href="../doc/translator_report.txt"
-><code>doxygen/doc/translator_report.txt</code></a> for more details.
-<p>
Most people on the list have indicated that they were also busy
doing other things, so if you want to help to speed things up please
let them (or me) know.
If you want to add support for a language that is not yet listed
-please see the next section.
+please read the next section.
+
<h3>Adding a new language to doxygen</h3>
@@ -306,9 +311,9 @@ Just follow these steps:
To enter special characters (with accents) you can:
<ul>
<li> Enter them directly if your keyboard supports that and you are
- using a Latin-1 font.
- Doxygen will translate the characters to proper LateX and
- leave the Html and man output for what it is (which is fine, if
+ using a Latin-1 font. Doxygen will translate the
+ characters to proper \f$\mbox{\LaTeX}\f$ and leave the
+ HTML and man output for what it is (which is fine, if
idLanguageCharset() is set correctly).
<li> Use html codes like \&auml; for an a with an umlaut (i.e. &auml;).
See the HTML specification for the codes.
@@ -451,17 +456,23 @@ the minimal number of translator adapter classes.
<b>To simplify the maintenance of the language translator classes</b>
for the supported languages, the \c translator.pl perl
script was developed (located in \c doxygen/doc directory).
-It is able to extract the important information about obsolete and
-new methods from the source files for each of the languages -- see
-the reference to the <em>translator report</em> ASCII file below
-the table of supported languages shown earlier. Looking at the base
-class of the language translator, the script guesses also the status
-of the translator -- see the last column of the mentioned table.
-The \c translator.pl is called automatically when the doxygen
-documentation is generated. You can also run the script manualy
-whenever you feel that it can help you. Of course, you are not
-forced to use the results of the script. You can find the same
-information by looking at the adapter class and its base classes.
+It extracts the important information about obsolete and
+new methods from the source files for each of the languages.
+The information is stored in the <em>translator report</em> ASCII file
+(<code>doxygen/doc/translator_report.txt</code>). \htmlonly If you compiled this documentation
+from sources and if you have also doxygen sources available the
+link <a href="../doc/translator_report.txt">
+ <code>doxygen/doc/translator_report.txt</code></a> should be valid.\endhtmlonly
+
+Looking at the base class of the language translator, the script
+guesses also the status of the translator -- see the last column of
+the table with languages above. The \c translator.pl is called
+automatically when the doxygen documentation is generated. You can
+also run the script manualy whenever you feel that it can help you.
+Of course, you are not forced to use the results of the script. You
+can find the same information by looking at the adapter class and
+its base classes.
+
<b>How should I update my language translator?</b> Firstly, you
should be the language maintainer, or you should let him/her know
diff --git a/doc/language.tpl b/doc/language.tpl
index d81c213..7390f02 100644
--- a/doc/language.tpl
+++ b/doc/language.tpl
@@ -22,7 +22,7 @@
Doxygen has built-in support for multiple languages. This means
that the text fragments that doxygen generates can be produced in
languages other than English (the default) at configuration time.
-<p>
+
Currently (version $version), $numlang languages
are supported (sorted alphabetically):
$languages.
@@ -31,17 +31,16 @@ The table of information related to the supported languages follows.
It is sorted by language alphabetically. The <b>Status</b> column
was generated from sources and shows approximately the last version
when the translator was updated.
-<p>
$information_table
-<p>
Most people on the list have indicated that they were also busy
doing other things, so if you want to help to speed things up please
let them (or me) know.
If you want to add support for a language that is not yet listed
-please see the next section.
+please read the next section.
+
<h3>Adding a new language to doxygen</h3>
@@ -85,9 +84,9 @@ Just follow these steps:
To enter special characters (with accents) you can:
<ul>
<li> Enter them directly if your keyboard supports that and you are
- using a Latin-1 font.
- Doxygen will translate the characters to proper LateX and
- leave the Html and man output for what it is (which is fine, if
+ using a Latin-1 font. Doxygen will translate the
+ characters to proper \f$\mbox{\LaTeX}\f$ and leave the
+ HTML and man output for what it is (which is fine, if
idLanguageCharset() is set correctly).
<li> Use html codes like \&auml; for an a with an umlaut (i.e. &auml;).
See the HTML specification for the codes.
@@ -230,17 +229,22 @@ the minimal number of translator adapter classes.
<b>To simplify the maintenance of the language translator classes</b>
for the supported languages, the \c translator.pl perl
script was developed (located in \c doxygen/doc directory).
-It is able to extract the important information about obsolete and
-new methods from the source files for each of the languages -- see
-the reference to the <em>translator report</em> ASCII file below
-the table of supported languages shown earlier. Looking at the base
-class of the language translator, the script guesses also the status
-of the translator -- see the last column of the mentioned table.
-The \c translator.pl is called automatically when the doxygen
-documentation is generated. You can also run the script manualy
-whenever you feel that it can help you. Of course, you are not
-forced to use the results of the script. You can find the same
-information by looking at the adapter class and its base classes.
+It extracts the important information about obsolete and
+new methods from the source files for each of the languages.
+The information is stored in the <em>translator report</em> ASCII file
+($translator_report_file_name). \htmlonly If you compiled this documentation
+from sources and if you have also doxygen sources available the
+link $translator_report_link should be valid.\endhtmlonly
+
+Looking at the base class of the language translator, the script
+guesses also the status of the translator -- see the last column of
+the table with languages above. The \c translator.pl is called
+automatically when the doxygen documentation is generated. You can
+also run the script manualy whenever you feel that it can help you.
+Of course, you are not forced to use the results of the script. You
+can find the same information by looking at the adapter class and
+its base classes.
+
<b>How should I update my language translator?</b> Firstly, you
should be the language maintainer, or you should let him/her know
diff --git a/doc/maintainers.txt b/doc/maintainers.txt
index c476fb5..7c60bcb 100644
--- a/doc/maintainers.txt
+++ b/doc/maintainers.txt
@@ -74,3 +74,5 @@ Swedish
Samuel H&auml;agglund: sahag96@nts.mh.se
XeT Erixon: xet@hem.passagen.se
+Ukrainian
+Olexij Tkatchenko: olexij.tkatchenko@gmx.de
diff --git a/doc/translator.pl b/doc/translator.pl
index 9d44686..4c4bdac 100644
--- a/doc/translator.pl
+++ b/doc/translator.pl
@@ -26,7 +26,7 @@
# class for "almost up-to-date" translators.
# - $doxygenrootdir and other global variables for storing
# directories determined from DOXYGEN_DOCDIR environment
-# variable. The change was done because the DOXYGEN_DOCDIR
+# variable. The change was done because the DOXYGEN_DOCDIR
# was already used before.
# - $version mark can be used in the language.tpl template.
#
@@ -41,9 +41,23 @@
# 2001/06/11
# - Character entity &ccaron; recognized in maintainers.txt.
#
+# 2001/07/17
+# - Perl version checking is less confusing now. The script stops
+# immediately after the first command below when your perl
+# is older that required.
+# - The information below the table of languages is not produced
+# with the table. Another symbol replacement is done, so language.tpl
+# can be updated so that the generated language.doc does not contain
+# the link to the translator_report.txt.
+#
+# Todo:
+# -----
+# - Something changed. The environment variables like VERSION,
+# DOXYGEN_DOCDIR are not set now when make is run.
+#
################################################################
-require 5.005;
+use 5.005;
use strict;
use Carp;
@@ -561,9 +575,9 @@ xxxTABLE_FOOTxxx
##}}}
# Finish the tables, and substitute the mark in the doc
- # template by the contatenation of the tables and the notice
- # about $ftranslatortxt. Add NOSPAM to email addresses in the
- # HTML table. Replace the special character sequences. #{{{
+ # template by the contatenation of the tables. Add NOSPAM to
+ # email addresses in the HTML table. Replace the special
+ # character sequences. #{{{
#
$tableHTML .= $htmlTableFoot;
$tableLATEX .= $latexTableFoot;
@@ -580,14 +594,21 @@ xxxTABLE_FOOTxxx
$tableLATEX =~ s/&rcaron;/\\v{r}/sg;
$tableLATEX =~ s/_/\\_/sg;
- my $notice = "\nHave a look at <a href=\"../doc/$ftranslatortxt\"\n>"
- . "<code>doxygen/doc/$ftranslatortxt</code></a> "
- . "for more details.";
+ $output =~ s{\$information_table}{$tableHTML$tableLATEX};
- $output =~ s{\$information_table}{$tableHTML$tableLATEX$notice};
+ ##}}}
+ # Replace the other symbols in the template by the expected
+ # information. ##{{{
+ #
$output =~ s{\$version}{$doxversion};
+ $output =~ s{\$translator_report_file_name}
+ {<code>doxygen/doc/$ftranslatortxt</code>}x;
+
+ $output =~ s{\$translator_report_link}
+ {<a href=\"../doc/$ftranslatortxt\">
+ <code>doxygen/doc/$ftranslatortxt</code></a>}x;
##}}}
# Replace the introduction notice in the output. #{{{
@@ -624,6 +645,13 @@ xxxTABLE_FOOTxxx
$srcdir = "$doxygenrootdir/src";
+=pod
+# Show the environment variables (for debugging only).
+#
+foreach (sort keys %ENV) { print STDERR "$_=$ENV{$_}\n"; }
+print STDERR "\n\n";
+=cut
+
$doxversion = (defined $ENV{'VERSION'}) ? $ENV{'VERSION'} : 'unknown';
##}}}
diff --git a/doc/translator_report.txt b/doc/translator_report.txt
new file mode 100644
index 0000000..a815ed0
--- /dev/null
+++ b/doc/translator_report.txt
@@ -0,0 +1,1047 @@
+Doxygen supports the following (23) languages (sorted alphabetically):
+
+ Brazilian
+ Chinese
+ Croatian
+ Czech
+ Danish
+ Dutch
+ English
+ Finnish
+ French
+ German
+ Hungarian
+ Italian
+ Japanese
+ Korean
+ Norwegian
+ Polish
+ Portuguese
+ Romanian
+ Russian
+ Slovak
+ Slovene
+ Spanish
+ Swedish
+
+----------------------------------------------------------------------
+The following translator classes are up-to-date (sorted alphabetically).
+This means that they derive from the Translator class. If the translator
+derives from TranslatorAdapterCVS, it is considered to be almost up-to-date.
+In other words, it is newer than the last official release. Anyway, there
+still may be some details listed even for the up-to-date translators.
+Please, check the text below.
+
+ TranslatorCroatian
+ TranslatorCzech
+ TranslatorDanish (TranslatorAdapterCVS)
+ TranslatorEnglish
+ TranslatorGerman
+ TranslatorItalian (TranslatorAdapterCVS)
+ TranslatorRussian
+ TranslatorSlovak (TranslatorAdapterCVS)
+ TranslatorSpanish (TranslatorAdapterCVS)
+
+----------------------------------------------------------------------
+The following translator classes are obsolete (sorted alphabetically).
+This means that they derive from some of the adapter classes.
+
+ TranslatorBrazilian (TranslatorAdapter_1_2_6)
+ TranslatorChinese (TranslatorAdapter_1_2_1)
+ TranslatorDutch (TranslatorAdapter_1_2_6)
+ TranslatorFinnish (TranslatorAdapter_1_0_0)
+ TranslatorFrench (TranslatorAdapter_1_2_0)
+ TranslatorHungarian (TranslatorAdapter_1_2_1)
+ TranslatorJapanese (TranslatorAdapter_1_2_5)
+ TranslatorKorean (TranslatorAdapter_1_1_0)
+ TranslatorNorwegian (TranslatorAdapter_1_2_2)
+ TranslatorPolish (TranslatorAdapter_1_2_1)
+ TranslatorPortuguese (TranslatorAdapter_1_1_5)
+ TranslatorRomanian (TranslatorAdapter_1_2_1)
+ TranslatorSlovene (TranslatorAdapter_1_1_5)
+ TranslatorSwedish (TranslatorAdapter_1_0_0)
+
+
+----------------------------------------------------------------------
+Localized translators are expected to implement the following methods
+(prototypes sorted aplhabetically):
+
+QCString idLanguage()
+QCString idLanguageCharset()
+QCString latexLanguageSupportCommand()
+QCString trAlphabeticalList()
+QCString trAttention()
+QCString trAuthor(bool first_capital, bool singular)
+QCString trBug()
+QCString trBugList()
+QCString trBugsAndLimitations()
+QCString trClass(bool first_capital, bool singular)
+QCString trClassDiagram(const char *clName)
+QCString trClassDocumentation()
+QCString trClassHierarchy()
+QCString trClassHierarchyDescription()
+QCString trClasses()
+QCString trCode()
+QCString trCollaborationDiagram(const char *clName)
+QCString trCompoundIndex()
+QCString trCompoundList()
+QCString trCompoundListDescription()
+QCString trCompoundMembers()
+QCString trCompoundMembersDescription(bool extractAll)
+QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+QCString trCompounds()
+QCString trConstructorDocumentation()
+QCString trDCOPMethods()
+QCString trDate()
+QCString trDefineDocumentation()
+QCString trDefineValue()
+QCString trDefinedAtLineInSourceFile()
+QCString trDefinedIn()
+QCString trDefinedInSourceFile()
+QCString trDefines()
+QCString trDeprecated()
+QCString trDetailedDescription()
+QCString trDocumentation()
+QCString trEnumName()
+QCString trEnumValue()
+QCString trEnumerationTypeDocumentation()
+QCString trEnumerationValueDocumentation()
+QCString trEnumerationValues()
+QCString trEnumerations()
+QCString trExampleDocumentation()
+QCString trExamples()
+QCString trExamplesDescription()
+QCString trExceptions()
+QCString trField(bool first_capital, bool singular)
+QCString trFile(bool first_capital, bool singular)
+QCString trFileDocumentation()
+QCString trFileIndex()
+QCString trFileList()
+QCString trFileListDescription(bool extractAll)
+QCString trFileMembers()
+QCString trFileMembersDescription(bool extractAll)
+QCString trFileReference(const char *fileName)
+QCString trForInternalUseOnly()
+QCString trFriends()
+QCString trFuncProtos()
+QCString trFunctionDocumentation()
+QCString trFunctionPrototypeDocumentation()
+QCString trFunctions()
+QCString trGeneratedAt(const char *date,const char *projName)
+QCString trGeneratedAutomatically(const char *s)
+QCString trGeneratedBy()
+QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
+QCString trGlobal(bool first_capital, bool singular)
+QCString trGotoDocumentation()
+QCString trGotoGraphicalHierarchy()
+QCString trGotoSourceCode()
+QCString trGotoTextualHierarchy()
+QCString trGraphicalHierarchy()
+QCString trGroup(bool first_capital, bool singular)
+QCString trHeaderFiles()
+QCString trHeaderFilesDescription()
+QCString trHierarchicalIndex()
+QCString trInclByDepGraph()
+QCString trInclDepGraph(const char *fName)
+QCString trIncludingInheritedMembers()
+QCString trInheritedByList(int numEntries)
+QCString trInheritsList(int numEntries)
+QCString trInitialValue()
+QCString trInterfaces()
+QCString trInvariant()
+QCString trLegend()
+QCString trLegendDocs()
+QCString trLegendTitle()
+QCString trListOfAllMembers()
+QCString trMainPage()
+QCString trMember(bool first_capital, bool singular)
+QCString trMemberDataDocumentation()
+QCString trMemberEnumerationDocumentation()
+QCString trMemberFunctionDocumentation()
+QCString trMemberList()
+QCString trMemberTypedefDocumentation()
+QCString trModuleDocumentation()
+QCString trModuleIndex()
+QCString trModules()
+QCString trModulesDescription()
+QCString trMore()
+QCString trNamespace(bool first_capital, bool singular)
+QCString trNamespaceDocumentation()
+QCString trNamespaceIndex()
+QCString trNamespaceList()
+QCString trNamespaceListDescription(bool extractAll)
+QCString trNamespaceMemberDescription(bool extractAll)
+QCString trNamespaceMembers()
+QCString trNamespaceReference(const char *namespaceName)
+QCString trNamespaces()
+QCString trNoDescriptionAvailable()
+QCString trNote()
+QCString trPackage(const char *name)
+QCString trPackageDocumentation()
+QCString trPackageList()
+QCString trPackageListDescription()
+QCString trPackages()
+QCString trPage(bool first_capital, bool singular)
+QCString trPageAbbreviation()
+QCString trPageDocumentation()
+QCString trPageIndex()
+QCString trParameters()
+QCString trPostcondition()
+QCString trPrecondition()
+QCString trPrivateAttribs()
+QCString trPrivateMembers()
+QCString trPrivateSlots()
+QCString trPrivateTypes()
+QCString trProperties()
+QCString trPropertyDocumentation()
+QCString trProtectedAttribs()
+QCString trProtectedMembers()
+QCString trProtectedSlots()
+QCString trProtectedTypes()
+QCString trPublicAttribs()
+QCString trPublicMembers()
+QCString trPublicSlots()
+QCString trPublicTypes()
+QCString trRTFCharSet()
+QCString trRTFGeneralIndex()
+QCString trRTFansicp()
+QCString trReferenceManual()
+QCString trReferencedBy()
+QCString trReimplementedForInternalReasons()
+QCString trReimplementedFromList(int numEntries)
+QCString trReimplementedInList(int numEntries)
+QCString trRelatedFunctionDocumentation()
+QCString trRelatedFunctions()
+QCString trRelatedPages()
+QCString trRelatedPagesDescription()
+QCString trRelatedSubscript()
+QCString trRemarks()
+QCString trReturnValues()
+QCString trReturns()
+QCString trSearch()
+QCString trSeeAlso()
+QCString trSignals()
+QCString trSince()
+QCString trSources()
+QCString trStaticPrivateAttribs()
+QCString trStaticPrivateMembers()
+QCString trStaticProtectedAttribs()
+QCString trStaticProtectedMembers()
+QCString trStaticPublicAttribs()
+QCString trStaticPublicMembers()
+QCString trTest()
+QCString trTestList()
+QCString trThisIsTheListOfAllMembers()
+QCString trTodo()
+QCString trTodoList()
+QCString trTypedefDocumentation()
+QCString trTypedefs()
+QCString trVariableDocumentation()
+QCString trVariables()
+QCString trVersion()
+QCString trWarning()
+QCString trWriteList(int numEntries)
+QCString trWrittenBy()
+
+
+----------------------------------------------------------------------
+Details related to specific translator classes follows.
+Notice that the prototypes are recognized only when they
+are the same as in the Translator class.
+
+
+TranslatorBrazilian (TranslatorAdapter_1_2_6)
+-------------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trFile(bool first_capital, bool singular)
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trClass(bool first_capital, bool singular)
+ QCString trRTFCharSet()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorChinese (TranslatorAdapter_1_2_1)
+-----------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProperties()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool)
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorGerman (Translator)
+----------------
+
+Missing methods (should be implemented):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trPage(bool first_capital, bool singular)
+ QCString trFile(bool first_capital, bool singular)
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trClass(bool first_capital, bool singular)
+ QCString trMember(bool first_capital, bool singular)
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString trAuthor(bool, bool singular)
+ QCString trClass(bool, bool singular)
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trField(bool, bool singular)
+ QCString trFile(bool, bool singular)
+ QCString trGroup(bool, bool singular)
+ QCString trMember(bool, bool singular)
+ QCString trNamespace(bool, bool singular)
+ QCString trPage(bool, bool singular)
+
+
+
+TranslatorDanish (TranslatorAdapterCVS)
+----------------
+
+Missing methods (should be implemented):
+
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString trAuthor()
+ QCString trAuthors()
+
+
+
+TranslatorSpanish (TranslatorAdapterCVS)
+-----------------
+
+Missing methods (should be implemented):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorFinnish (TranslatorAdapter_1_0_0)
+-----------------
+
+Missing methods (should be implemented):
+
+ QCString trGotoTextualHierarchy()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trRTFGeneralIndex()
+ QCString trSources()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trPrivateTypes()
+ QCString trDeprecated()
+ QCString trNote()
+ QCString trAlphabeticalList()
+ QCString trDefinedInSourceFile()
+ QCString trCode()
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trInitialValue()
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trDefinedAtLineInSourceFile()
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProtectedTypes()
+ QCString trTest()
+ QCString trConstructorDocumentation()
+ QCString trProtectedAttribs()
+ QCString trProperties()
+ QCString trReferencedBy()
+ QCString trPrecondition()
+ QCString trPrivateAttribs()
+ QCString trRemarks()
+ QCString trTodo()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trStaticPublicAttribs()
+ QCString trMainPage()
+ QCString trGotoGraphicalHierarchy()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trPostcondition()
+ QCString trLegend()
+ QCString trPageAbbreviation()
+ QCString trPageIndex()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trTestList()
+ QCString trCollaborationDiagram(const char *clName)
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trInvariant()
+ QCString trTodoList()
+ QCString trPublicTypes()
+ QCString idLanguageCharset()
+ QCString trAttention()
+ QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
+ QCString trInterfaces()
+ QCString trGotoSourceCode()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trPackages()
+ QCString trNamespaces()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trInclDepGraph(const char *fName)
+ QCString trDefineValue()
+ QCString trStaticProtectedAttribs()
+ QCString trInclByDepGraph()
+ QCString trReturnValues()
+ QCString trLegendTitle()
+ QCString trSince()
+ QCString trGotoDocumentation()
+ QCString trPublicAttribs()
+ QCString trLegendDocs()
+ QCString trStaticPrivateAttribs()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trGraphicalHierarchy()
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trFiles()
+ QCString trGeneratedFrom(const char *s,bool single)
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorFrench (TranslatorAdapter_1_2_0)
+----------------
+
+Missing methods (should be implemented):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trTest()
+ QCString trProperties()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trTestList()
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trFiles()
+ QCString trIncludeFile()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorCroatian (Translator)
+------------------
+
+Missing methods (should be implemented):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+
+Obsolete methods (should be removed):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+
+
+
+TranslatorHungarian (TranslatorAdapter_1_2_1)
+-------------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProperties()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorItalian (TranslatorAdapterCVS)
+-----------------
+
+Missing methods (should be implemented):
+
+ QCString trFile(bool first_capital, bool singular)
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFile(bool first_capital, bool)
+ QCString trFiles()
+ QCString trNamespace(bool first_capital, bool)
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorJapanese (TranslatorAdapter_1_2_5)
+------------------
+
+Missing methods (should be implemented):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trBugList()
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trClass(bool first_capital, bool singular)
+ QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trFiles()
+ QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool)
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorKorean (TranslatorAdapter_1_1_0)
+----------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trPrivateTypes()
+ QCString trNote()
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProtectedTypes()
+ QCString trTest()
+ QCString trProtectedAttribs()
+ QCString trProperties()
+ QCString trReferencedBy()
+ QCString trPrivateAttribs()
+ QCString trRemarks()
+ QCString trTodo()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trStaticPublicAttribs()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trLegend()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trTestList()
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trTodoList()
+ QCString trPublicTypes()
+ QCString trAttention()
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trStaticProtectedAttribs()
+ QCString trInclByDepGraph()
+ QCString trLegendTitle()
+ QCString trSince()
+ QCString trPublicAttribs()
+ QCString trLegendDocs()
+ QCString trStaticPrivateAttribs()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorDutch (TranslatorAdapter_1_2_6)
+---------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trFile(bool first_capital, bool singular)
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trClass(bool first_capital, bool singular)
+ QCString idLanguageCharset()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorNorwegian (TranslatorAdapter_1_2_2)
+-------------------
+
+Missing methods (should be implemented):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProperties()
+ QCString trBugList()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString idLanguageCharset()
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorPolish (TranslatorAdapter_1_2_1)
+----------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProperties()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString idLanguageCharset()
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorPortuguese (TranslatorAdapter_1_1_5)
+--------------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trTest()
+ QCString trProperties()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trLegend()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trTestList()
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString idLanguageCharset()
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trLegendTitle()
+ QCString trLegendDocs()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trIncludeFile()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorRomanian (TranslatorAdapter_1_2_1)
+------------------
+
+Missing methods (should be implemented):
+
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProperties()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorSwedish (TranslatorAdapter_1_0_0)
+-----------------
+
+Missing methods (should be implemented):
+
+ QCString trGotoTextualHierarchy()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trPrivateTypes()
+ QCString trDeprecated()
+ QCString trNote()
+ QCString trCode()
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trInitialValue()
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trProtectedTypes()
+ QCString trTest()
+ QCString trConstructorDocumentation()
+ QCString trProtectedAttribs()
+ QCString trProperties()
+ QCString trReferencedBy()
+ QCString trPrecondition()
+ QCString trPrivateAttribs()
+ QCString trRemarks()
+ QCString trTodo()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trStaticPublicAttribs()
+ QCString trGotoGraphicalHierarchy()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trPostcondition()
+ QCString trLegend()
+ QCString trPageIndex()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trTestList()
+ QCString trCollaborationDiagram(const char *clName)
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trInvariant()
+ QCString trTodoList()
+ QCString trPublicTypes()
+ QCString idLanguageCharset()
+ QCString trAttention()
+ QCString trInterfaces()
+ QCString trGotoSourceCode()
+ QCString trRTFCharSet()
+ QCString latexLanguageSupportCommand()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trInclDepGraph(const char *fName)
+ QCString trDefineValue()
+ QCString trStaticProtectedAttribs()
+ QCString trInclByDepGraph()
+ QCString trLegendTitle()
+ QCString trSince()
+ QCString trGotoDocumentation()
+ QCString trPublicAttribs()
+ QCString trLegendDocs()
+ QCString trStaticPrivateAttribs()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trGraphicalHierarchy()
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorSlovene (TranslatorAdapter_1_1_5)
+-----------------
+
+Missing methods (should be implemented):
+
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
+ QCString trRTFGeneralIndex()
+ QCString trPage(bool first_capital, bool singular)
+ QCString trPackageListDescription()
+ QCString trFile(bool first_capital, bool singular)
+ QCString trBug()
+ QCString trGlobal(bool first_capital, bool singular)
+ QCString trPackageList()
+ QCString trField(bool first_capital, bool singular)
+ QCString trGroup(bool first_capital, bool singular)
+ QCString trPackage(const char *name)
+ QCString trTest()
+ QCString trProperties()
+ QCString trBugList()
+ QCString trDCOPMethods()
+ QCString trPackageDocumentation()
+ QCString trRTFansicp()
+ QCString trLegend()
+ QCString trNamespace(bool first_capital, bool singular)
+ QCString trTestList()
+ QCString trPropertyDocumentation()
+ QCString trClass(bool first_capital, bool singular)
+ QCString trInterfaces()
+ QCString trRTFCharSet()
+ QCString trPackages()
+ QCString trMember(bool first_capital, bool singular)
+ QCString trDefineValue()
+ QCString trLegendTitle()
+ QCString trLegendDocs()
+ QCString trAuthor(bool first_capital, bool singular)
+ QCString trClasses()
+
+Obsolete methods (should be removed):
+
+ QCString latexBabelPackage()
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool )
+ QCString trFiles()
+ QCString trVerbatimText(const char *f)
+
+
+
+TranslatorSlovak (TranslatorAdapterCVS)
+----------------
+
+Missing methods (should be implemented):
+
+ QCString trAuthor(bool first_capital, bool singular)
+
+Obsolete methods (should be removed):
+
+ QCString trAuthor()
+ QCString trAuthors()
+ QCString trFiles()
+