diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2006-10-04 20:28:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2006-10-04 20:28:41 (GMT) |
commit | ca720513ae89ad82fd8d8c4340271375ae1e9f64 (patch) | |
tree | d2526ce0c99b1f268769fd8bd1c56e6dda83fd7f /doc | |
parent | b1dbef9886c3bf49050a5f49b9ae9d12021e4b50 (diff) | |
download | Doxygen-ca720513ae89ad82fd8d8c4340271375ae1e9f64.zip Doxygen-ca720513ae89ad82fd8d8c4340271375ae1e9f64.tar.gz Doxygen-ca720513ae89ad82fd8d8c4340271375ae1e9f64.tar.bz2 |
Release-1.4.7-20061004
Diffstat (limited to 'doc')
-rw-r--r-- | doc/autolink.doc | 17 | ||||
-rw-r--r-- | doc/language.doc | 8 | ||||
-rw-r--r-- | doc/translator_report.txt | 29 |
3 files changed, 23 insertions, 31 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc index 5ddd4df..c6b85f9 100644 --- a/doc/autolink.doc +++ b/doc/autolink.doc @@ -37,8 +37,9 @@ \section linkclass Links to classes. - All words in the documentation that correspond to a documented class - will automatically be replaced by a link to the page containing the + All words in the documentation that correspond to a documented class and + contain at least one upper case character will automatically be replaced by + a link to the page containing the documentation of the class. If you want to prevent that a word that corresponds to a documented class is replaced by a link you should put a \% in front of the word. @@ -59,17 +60,23 @@ <li><tt>\<functionName\>"()"</tt> <li><tt>"::"\<functionName\></tt> <li><tt>(\<className\>"::")<sup>n</sup>\<functionName\>"("\<argument-list\>")"</tt> + <li><tt>(\<className\>"::")<sup>n</sup>\<functionName\>"("\<argument-list\>")"\<modifiers\></tt> <li><tt>(\<className\>"::")<sup>n</sup>\<functionName\>"()"</tt> <li><tt>(\<className\>"::")<sup>n</sup>\<functionName\></tt> </ol> where n\>0. \par Note 1: - The patterns above should not contain spaces, tabs or newlines. - \par Note 2: + Function arguments should be specified with correct types, i.e. + 'fun(const std::string&,bool)' or '()' to match any prototype. + \par Note 2: + Member function modifiers (like 'const' and 'volatile') + are required to identify the target, i.e. 'func(int) const' and 'fun(int)' + target different member functions. + \par Note 3: For JavaDoc compatibility a \# may be used instead of a :: in the patterns above. - \par Note 3: + \par Note 4: In the documentation of a class containing a member foo, a reference to a global variable is made using ::foo, whereas \#foo will link to the member. diff --git a/doc/language.doc b/doc/language.doc index 963d3db..7700f7c 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -102,7 +102,7 @@ when the translator was updated. <td>Danish</td> <td>Erik Søe Sørensen</td> <td>eriksoe+doxygen at daimi dot au dot dk</td> - <td>1.3.9</td> + <td>up-to-date</td> </tr> <tr bgcolor="#ffffff"> <td>Dutch</td> @@ -162,7 +162,7 @@ when the translator was updated. <td>Japanese</td> <td>Ryunosuke Satoh<br>Kenji Nagamatsu<br>Iwasa Kazmi</td> <td>sun594 at hotmail dot com<br>naga at joyful dot club dot ne dot jp<br>iwasa at cosmo-system dot jp</td> - <td>1.4.6</td> + <td>up-to-date</td> </tr> <tr bgcolor="#ffffff"> <td>JapaneseEn</td> @@ -294,7 +294,7 @@ when the translator was updated. \hline Czech & Petr P\v{r}ikryl & {\tt\tiny prikrylp@skil.cz} & up-to-date \\ \hline - Danish & Erik S\o{}e S\o{}rensen & {\tt\tiny eriksoe+doxygen@daimi.au.dk} & 1.3.9 \\ + Danish & Erik S\o{}e S\o{}rensen & {\tt\tiny eriksoe+doxygen@daimi.au.dk} & up-to-date \\ \hline Dutch & Dimitri van Heesch & {\tt\tiny dimitri@stack.nl} & up-to-date \\ \hline @@ -316,7 +316,7 @@ when the translator was updated. Italian & Alessandro Falappa & {\tt\tiny alessandro@falappa.net} & up-to-date \\ ~ & Ahmed Aldo Faisal & {\tt\tiny aaf23@cam.ac.uk} & ~ \\ \hline - Japanese & Ryunosuke Satoh & {\tt\tiny sun594@hotmail.com} & 1.4.6 \\ + Japanese & Ryunosuke Satoh & {\tt\tiny sun594@hotmail.com} & up-to-date \\ ~ & Kenji Nagamatsu & {\tt\tiny naga@joyful.club.ne.jp} & ~ \\ ~ & Iwasa Kazmi & {\tt\tiny iwasa@cosmo-system.jp} & ~ \\ \hline diff --git a/doc/translator_report.txt b/doc/translator_report.txt index 1b04745..5eace54 100644 --- a/doc/translator_report.txt +++ b/doc/translator_report.txt @@ -8,7 +8,7 @@ German, Greek, Hungarian, Indonesian, Italian, Japanese (+En), Korean (+En), Lithuanian, Norwegian, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian. -Of them, 10 translators are up-to-date, 23 translators are based on +Of them, 12 translators are up-to-date, 21 translators are based on some adapter class, and 2 are English based. ---------------------------------------------------------------------- @@ -22,10 +22,12 @@ still may be some details listed even for them: TranslatorChinese TranslatorCroatian TranslatorCzech + TranslatorDanish -- Change the base class to Translator. TranslatorDutch -- Remove the obsolete methods (never used). TranslatorEnglish -- Remove the obsolete methods (never used). TranslatorGerman TranslatorItalian -- Change the base class to Translator. + TranslatorJapanese -- Remove the obsolete methods (never used). TranslatorRussian ---------------------------------------------------------------------- @@ -42,7 +44,6 @@ must be implemented to become up-to-date: TranslatorNorwegian 1.4.6 1 method to implement TranslatorLithuanian 1.4.6 2 methods to implement TranslatorKorean 1.4.6 2 methods to implement - TranslatorJapanese 1.4.6 1 method to implement TranslatorIndonesian 1.4.6 1 method to implement TranslatorHungarian 1.4.6 2 methods to implement TranslatorFrench 1.4.6 1 method to implement @@ -52,7 +53,6 @@ must be implemented to become up-to-date: TranslatorUkrainian 1.4.1 2 methods to implement TranslatorSerbian 1.4.1 2 methods to implement TranslatorRomanian 1.4.1 2 methods to implement - TranslatorDanish 1.3.9 8 methods to implement TranslatorPortuguese 1.3.3 13 methods to implement TranslatorSlovak 1.2.18 22 methods to implement TranslatorGreek 1.2.11 27 methods to implement @@ -145,21 +145,10 @@ TranslatorChinesetraditional (TranslatorAdapter_1_4_6) 1 method to implement virtual QCString trNoDescriptionAvailable() -TranslatorDanish (TranslatorAdapter_1_3_9) 8 methods to implement +TranslatorDanish (TranslatorAdapter_1_3_9) ---------------- - Implements 186 of the required methods. - - Missing methods (should be implemented): - - virtual QCString trOverloadText() - virtual QCString trDirIndex() - virtual QCString trDirDocumentation() - virtual QCString trDirectories() - virtual QCString trDirDescription() - virtual QCString trCallerGraph() - virtual QCString trDirReference(const char * dirName) - virtual QCString trDir(bool first_capital, bool singular) + Implements 194 of the required methods. Obsolete methods (should be removed, never used): @@ -435,14 +424,10 @@ TranslatorItalian (TranslatorAdapter_1_4_6) Implements 194 of the required methods. -TranslatorJapanese (TranslatorAdapter_1_4_6) 1 method to implement +TranslatorJapanese (Translator) ------------------ - Implements 193 of the required methods. - - Missing methods (should be implemented): - - virtual QCString trCallerGraph() + Implements 194 of the required methods. Obsolete methods (should be removed, never used): |