summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-12-27 20:36:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-12-27 20:36:39 (GMT)
commitee58a783b27d50fa8545867108566dc0f3a1e026 (patch)
tree0e4517c465cd2c2702cd62de3f3f29bc068bc1da /doc
parented2cf9f703481e2b5fcf2b19f534d7228d48f0ed (diff)
downloadDoxygen-ee58a783b27d50fa8545867108566dc0f3a1e026.zip
Doxygen-ee58a783b27d50fa8545867108566dc0f3a1e026.tar.gz
Doxygen-ee58a783b27d50fa8545867108566dc0f3a1e026.tar.bz2
Release-1.4.5-20051227
Diffstat (limited to 'doc')
-rw-r--r--doc/language.doc2
-rw-r--r--doc/starting.doc8
-rw-r--r--doc/translator.py2
-rw-r--r--doc/translator_report.txt6
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.