summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-01-03 18:43:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-01-03 18:43:15 (GMT)
commit2149c9cb1315b6a42457dd991171bf4fcf7d7015 (patch)
treec44fd80159115f91bacbc05dd72e77e5a6788e84 /doc
parent48f4fd9c2d9ba8b374e3c052f888df9bc220df92 (diff)
downloadDoxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.zip
Doxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.tar.gz
Doxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.tar.bz2
Release-1.7.3
Diffstat (limited to 'doc')
-rw-r--r--doc/config.doc6
-rw-r--r--doc/grouping.doc25
-rw-r--r--doc/language.doc18
-rw-r--r--doc/maintainers.txt1
-rw-r--r--doc/translator_report.txt66
5 files changed, 37 insertions, 79 deletions
diff --git a/doc/config.doc b/doc/config.doc
index e9bd647..759021a 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -336,7 +336,7 @@ followed by the descriptions of the tags grouped by category.
Afrikaans, Arabic, Brazilian, Catalan, Chinese, Croatian, Czech, Danish, Dutch,
Finnish, French, German, Greek, Hungarian, Italian, Japanese, Korean,
Lithuanian, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Serbian,
- Slovak, Slovene, Spanish, Swedish, and Ukrainian.
+ Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
\anchor cfg_brief_member_desc
<dt>\c BRIEF_MEMBER_DESC <dd>
@@ -1041,7 +1041,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
<dt>\c EXCLUDE_SYMLINKS <dd>
\addindex EXCLUDE_SYMLINKS
The \c EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
- that are symbolic links (a Unix filesystem feature) are excluded from the input.
+ that are symbolic links (a Unix file system feature) are excluded from the input.
\anchor cfg_exclude_patterns
<dt>\c EXCLUDE_PATTERNS <dd>
@@ -2197,7 +2197,7 @@ install and use dot, since it yields more powerful graphs.
directory and reference it in all dot files that doxygen generates. This
font does not include all possible unicode characters however, so when you need
these (or just want a differently looking font) you can specify the font name
- using \c DOT_FONTNAME. You need need to make sure dot is able to find the font,
+ using \c DOT_FONTNAME. You need to make sure dot is able to find the font,
which can be done by putting it in a standard location or by setting the
\c DOTFONTPATH environment variable or by setting \c DOT_FONTPATH to the directory
containing the font.
diff --git a/doc/grouping.doc b/doc/grouping.doc
index d2244b4..819859c 100644
--- a/doc/grouping.doc
+++ b/doc/grouping.doc
@@ -58,9 +58,12 @@ but when the group has been defined already, then it silently merges the
existing documentation with the new one.
The title of the group is optional for this command, so you can use
\verbatim
-/** \addtogroup <label> */
-/*\@{*/
-/*\@}*/
+/** \addtogroup <label>
+ * @{
+ */
+...
+
+/** @}*/
\endverbatim
to add additional members to a group that is defined in more detail elsewhere.
@@ -91,27 +94,27 @@ extern int VarInA;
/**
* \defgroup IntVariables Global integer variables
+ * @{
*/
-/*@{*/
/** an integer variable */
extern int IntegerVariable;
-/*@}*/
+/**@}*/
....
/**
* \defgroup Variables Global variables
*/
-/*@{*/
+/**@{*/
/** a variable in group A */
int VarInA;
int IntegerVariable;
-/*@}*/
+/**@}*/
\endverbatim
The \ref cmdref "\\ref" command can be used to refer to a group.
@@ -151,15 +154,15 @@ types belong to the same (semantic) group.
A member group is defined by
a
\verbatim
-//@{
+///@{
...
-//@}
+///@}
\endverbatim
block or a
\verbatim
-/*@{*/
+/**@{*/
...
-/*@}*/
+/**@}*/
\endverbatim
block if you prefer C style
comments. Note that the members of the group should be
diff --git a/doc/language.doc b/doc/language.doc
index a556ad7..9ccfa2d 100644
--- a/doc/language.doc
+++ b/doc/language.doc
@@ -78,9 +78,9 @@ when the translator was updated.
</tr>
<tr bgcolor="#ffffff">
<td>Chinese</td>
- <td>Li Daobing<br/>Wei Liu</td>
- <td>lidaobing at gmail dot com<br/>liuwei at asiainfo dot com</td>
- <td>1.6.0</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>
</tr>
<tr bgcolor="#ffffff">
<td>Chinese Traditional</td>
@@ -102,9 +102,9 @@ when the translator was updated.
</tr>
<tr bgcolor="#ffffff">
<td>Danish</td>
- <td>Erik Søe Sørensen</td>
- <td>eriksoe+doxygen at daimi dot au dot dk</td>
- <td>1.5.4</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>
</tr>
<tr bgcolor="#ffffff">
<td>Dutch</td>
@@ -318,7 +318,8 @@ when the translator was updated.
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 & Li Daobing & {\tt\tiny lidaobing at gmail dot com} & 1.6.0 \\
+ Chinese & Lang Yang & {\tt\tiny lian dot yang dot cn at gmail dot com} & up-to-date \\
+ ~ & 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 \\
@@ -328,7 +329,8 @@ when the translator was updated.
\hline
Czech & Petr Přikryl & {\tt\tiny prikrylp at skil dot cz} & up-to-date \\
\hline
- Danish & Erik Søe Sørensen & {\tt\tiny eriksoe+doxygen at daimi dot au dot dk} & 1.5.4 \\
+ Danish & Poul-Erik Hansen & {\tt\tiny pouhan at gnotometrics dot dk} & up-to-date \\
+ ~ & 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 \\
\hline
diff --git a/doc/maintainers.txt b/doc/maintainers.txt
index f909ba3..426373f 100644
--- a/doc/maintainers.txt
+++ b/doc/maintainers.txt
@@ -45,6 +45,7 @@ TranslatorCzech
Petr Přikryl: prikrylp at skil dot cz
TranslatorDanish
+Poul-Erik Hansen: pouhan at gnotometrics dot dk
Erik Søe Sørensen: eriksoe+doxygen at daimi dot au dot dk
TranslatorDutch
diff --git a/doc/translator_report.txt b/doc/translator_report.txt
index bdd6350..72b948e 100644
--- a/doc/translator_report.txt
+++ b/doc/translator_report.txt
@@ -10,7 +10,7 @@ Persian, Polish, Portuguese, Romanian, Russian, Serbian,
SerbianCyrilic, Slovak, Slovene, Spanish, Swedish, Turkish, Ukrainian,
and Vietnamese.
-Of them, 12 translators are up-to-date, 26 translators are based on
+Of them, 14 translators are up-to-date, 24 translators are based on
some adapter class, and 2 are English based.
----------------------------------------------------------------------
@@ -20,8 +20,10 @@ and they implement all 225 of the required methods. Anyway, there
still may be some details listed even for them:
TranslatorBrazilian
+ TranslatorChinese -- Reimplementation using UTF-8 suggested.
TranslatorCroatian
TranslatorCzech
+ TranslatorDanish -- Reimplementation using UTF-8 suggested.
TranslatorDutch
TranslatorEnglish
TranslatorEsperanto
@@ -64,18 +66,12 @@ must be implemented to become up-to-date:
TranslatorItalian 1.6.0 9 methods to implement (4 %)
TranslatorFinnish 1.6.0 9 methods to implement (4 %)
- TranslatorChinese 1.6.0 9 methods to implement (4 %)
- Note: Reimplementation using UTF-8 suggested.
-
TranslatorChinesetraditional 1.6.0 9 methods to implement (4 %)
Note: Reimplementation using UTF-8 suggested.
TranslatorAfrikaans 1.6.0 9 methods to implement (4 %)
Note: Reimplementation using UTF-8 suggested.
- TranslatorDanish 1.5.4 31 methods to implement (13 %)
- Note: Reimplementation using UTF-8 suggested.
-
TranslatorSlovene 1.4.6 33 methods to implement (14 %)
Note: Reimplementation using UTF-8 suggested.
@@ -118,9 +114,11 @@ the '*translator*' files in doxygen/src directory were simply searched
for occurence of the method identifiers:
QCString idLanguageCharset()
+ QCString trAlphabeticalList()
QCString trDCOPMethods()
QCString trDirDependency(const char *)
QCString trFunctionPrototypeDocumentation()
+ QCString trSearchForIndex()
======================================================================
@@ -212,22 +210,10 @@ TranslatorCatalan (TranslatorAdapter_1_6_3) 4 methods to implement (1 %)
virtual QCString trIncludesFileIn(const char * name)
-TranslatorChinese (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
+TranslatorChinese (Translator)
-----------------
- Implements 216 of the required methods (96 %).
-
- Missing methods (should be implemented):
-
- virtual QCString trSearching()
- virtual QCString trNoMatches()
- virtual QCString trLoading()
- 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 trDirRelation(const char * name)
- virtual QCString trDirDependency(const char * name)
- virtual QCString trIncludesFileIn(const char * name)
+ Implements 225 of the required methods (100 %).
TranslatorChinesetraditional (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)
@@ -248,44 +234,10 @@ TranslatorChinesetraditional (TranslatorAdapter_1_6_0) 9 methods to implement
virtual QCString trIncludesFileIn(const char * name)
-TranslatorDanish (TranslatorAdapter_1_5_4) 31 methods to implement (13 %)
+TranslatorDanish (Translator)
----------------
- Implements 194 of the required methods (86 %).
-
- Missing methods (should be implemented):
-
- virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
- virtual QCString trSearching()
- virtual QCString trNoMatches()
- virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
- virtual QCString trLoading()
- virtual QCString trSubprograms()
- virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
- virtual QCString trModulesListDescription(bool extractAll)
- virtual QCString trModulesList()
- virtual QCString trTypeConstraints()
- virtual QCString trFileIn(const char * name)
- virtual QCString trGlobalNamespace()
- virtual QCString trMemberFunctionDocumentationFortran()
- virtual QCString trCompoundListDescriptionFortran()
- virtual QCString trTypeDocumentation()
- virtual QCString trModuleReference(const char * namespaceName)
- virtual QCString trModulesMemberDescription(bool extractAll)
- virtual QCString trModulesMembers()
- virtual QCString trModulesIndex()
- virtual QCString trDirRelation(const char * name)
- virtual QCString trCompoundListFortran()
- virtual QCString trDataTypes()
- virtual QCString trDirDependency(const char * name)
- virtual QCString trIncludesFileIn(const char * name)
- virtual QCString trCompoundIndexFortran()
- virtual QCString trSubprogram(bool first_capital, bool singular)
- virtual QCString trCompoundReferenceFortran(const char * clName, ClassDef::CompoundType compType, bool isTemplate)
- virtual QCString trType(bool first_capital, bool singular)
- virtual QCString trModule(bool first_capital, bool singular)
- virtual QCString trCompoundMembersFortran()
- virtual QCString trSubprogramDocumentation()
+ Implements 225 of the required methods (100 %).
TranslatorFinnish (TranslatorAdapter_1_6_0) 9 methods to implement (4 %)