diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docblocks.doc | 2 | ||||
-rw-r--r-- | doc/language.doc | 2 | ||||
-rw-r--r-- | doc/starting.doc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc index 9cb89e0..e0c9161 100644 --- a/doc/docblocks.doc +++ b/doc/docblocks.doc @@ -120,7 +120,7 @@ Here is an example: <li>If \ref cfg_javadoc_autobrief "JAVADOC_AUTOBRIEF" is set to YES in the configuration file, then using JavaDoc style comment blocks will automatically start a brief description which ends at the - first dot. Here is an example: + first dot followed by a space or new line. Here is an example: \verbatim /** Brief description which ends at this dot. Details follow diff --git a/doc/language.doc b/doc/language.doc index 58a92ec..8ed1c95 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -25,7 +25,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. -Currently (version 1.2.15-20020421), 26 languages +Currently (version 1.2.15-20020430), 26 languages are supported (sorted alphabetically): Brazilian Portuguese, Chinese, Chinesetraditional, Croatian, Czech, Danish, Dutch, English, Finnish, French, diff --git a/doc/starting.doc b/doc/starting.doc index 6015ffe..1c483e5 100644 --- a/doc/starting.doc +++ b/doc/starting.doc @@ -198,9 +198,9 @@ During parsing the following steps take place: <ul> <li> The special commands inside the documentation are executed. See section \ref commands for an overview of all commands. -<li> If a line starts with some whitespace followed by one or more asterixes +<li> If a line starts with some whitespace followed by one or more asterisks (<tt>*</tt>) and then optionally more whitespace, - then all whitespace and asterixes are removed. + then all whitespace and asterisks are removed. <li> All resulting blank lines are treated as a paragraph separators. This saves you from placing new-paragraph commands yourself in order to make the generated documentation readable. |