diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-12-27 20:36:39 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-12-27 20:36:39 (GMT) |
commit | d4da97f32ddc6c44df781b3b7b762be0101b9bac (patch) | |
tree | 0e4517c465cd2c2702cd62de3f3f29bc068bc1da /doc | |
parent | cbb944eb7796b2501628c65de1c014d7cca48dcd (diff) | |
download | Doxygen-d4da97f32ddc6c44df781b3b7b762be0101b9bac.zip Doxygen-d4da97f32ddc6c44df781b3b7b762be0101b9bac.tar.gz Doxygen-d4da97f32ddc6c44df781b3b7b762be0101b9bac.tar.bz2 |
Release-1.4.5-20051227
Diffstat (limited to 'doc')
-rw-r--r-- | doc/language.doc | 2 | ||||
-rw-r--r-- | doc/starting.doc | 8 | ||||
-rw-r--r-- | doc/translator.py | 2 | ||||
-rw-r--r-- | doc/translator_report.txt | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/doc/language.doc b/doc/language.doc index c9cce06..1e4cd0a 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -23,7 +23,7 @@ text fragments, generated by doxygen, can be produced in languages other than English (the default). The output language is chosen through the configuration file (with default name and known as Doxyfile). -Currently (version 1.4.5), 31 languages +Currently (version 1.4.5-20051109), 31 languages are supported (sorted alphabetically): Afrikaans, Brazilian Portuguese, Catalan, Chinese, Chinese Traditional, Croatian, Czech, Danish, Dutch, English, Finnish, French, diff --git a/doc/starting.doc b/doc/starting.doc index 92b5577..b30978f 100644 --- a/doc/starting.doc +++ b/doc/starting.doc @@ -61,7 +61,7 @@ doxygen will try to read the configuration file from standard input (<code>stdin</code>), which can be useful for scripting. The configuration file has a format that is similar to that of a (simple) -Makefile. It contains of a number of assignments (tags) of the form: +Makefile. It consists of a number of assignments (tags) of the form: <tt>TAGNAME = VALUE</tt> or <br> <tt>TAGNAME = VALUE1 VALUE2 ... </tt><br> @@ -95,7 +95,7 @@ To omit all \c test directories from a source tree for instance, one could use: \verbatim EXCLUDE_PATTERNS = */test/* \endverbatim -Doxygen looking at the file's extension to determine how to parse a file. +Doxygen looks at the file's extension to determine how to parse a file. If a file has an <code>.idl</code> or <code>.odl</code> extension it is treated as an IDL file. If it has a <code>.java</code> extension it is treated as a file written in Java. Files ending with <code>.cs</code> are @@ -162,7 +162,7 @@ supports DHTML and Javascript. If you plan to use the search engine (see \ref cfg_searchengine "SEARCHENGINE"), you should view the HTML output -via a PHP enable web server (e.g. apache with the PHP module installed). +via a PHP-enabled web server (e.g. apache with the PHP module installed). \subsection latex_out LaTeX output \addindex LaTeX @@ -229,7 +229,7 @@ capabilities of the man page format, so some information \section step3 Step 3: Documenting the sources -Although documenting the source is presented as step 3, in a new project +Although documenting the sources is presented as step 3, in a new project this should of course be step 1. Here I assume you already have some code and you want doxygen to generate a nice document describing the API and maybe the internals as well. diff --git a/doc/translator.py b/doc/translator.py index f7219f7..7795cdc 100644 --- a/doc/translator.py +++ b/doc/translator.py @@ -585,6 +585,8 @@ class Transl: prototype += ' ' + tokenStr uniPrototype = tokenStr # start collecting the unified prototype status = 4 + elif tokenId == 'tilde': + status = 4 else: self.__unexpectedToken(status, tokenId, tokenLineNo) diff --git a/doc/translator_report.txt b/doc/translator_report.txt index 7106e5a..8b5378c 100644 --- a/doc/translator_report.txt +++ b/doc/translator_report.txt @@ -1,4 +1,4 @@ -(1.4.5) +(1.4.5-20051109) Doxygen supports the following 31 languages (sorted alphabetically): @@ -30,7 +30,7 @@ still may be some details listed even for them: TranslatorHungarian TranslatorIndonesian -- Remove the obsolete methods (never used). TranslatorItalian - TranslatorJapanese -- Change the base class to Translator. + TranslatorJapanese -- Remove the obsolete methods (never used). TranslatorKorean TranslatorLithuanian TranslatorPolish -- Remove the obsolete methods (never used). @@ -387,7 +387,7 @@ TranslatorIndonesian (Translator) virtual QCString trNoDescriptionAvailable() -TranslatorJapanese (TranslatorAdapter_1_3_9) +TranslatorJapanese (Translator) ------------------ Implements 192 of the required methods. |