diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-09 19:45:37 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-09 19:45:37 (GMT) |
commit | 61a83f312ce95090dc02ca3b8ce8dd3319d97df1 (patch) | |
tree | 2dbdf12fc6696bf3a9d133e8e23ef223690e919a /doc | |
parent | e3baf8c5ec430e5f09f00384ebdfa35242fd3316 (diff) | |
download | Doxygen-61a83f312ce95090dc02ca3b8ce8dd3319d97df1.zip Doxygen-61a83f312ce95090dc02ca3b8ce8dd3319d97df1.tar.gz Doxygen-61a83f312ce95090dc02ca3b8ce8dd3319d97df1.tar.bz2 |
Release-1.1.5_20000709
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile | 1 | ||||
-rw-r--r-- | doc/commands.doc | 13 | ||||
-rw-r--r-- | doc/config.doc | 3 | ||||
-rw-r--r-- | doc/language.doc | 16 |
4 files changed, 28 insertions, 5 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index ecd986a..d3aa4bc 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -25,6 +25,7 @@ GENERATE_MAN = NO GENERATE_LATEX = YES GENERATE_HTML = YES GENERATE_HTMLHELP = YES +GENERATE_RTF = NO ENABLE_PREPROCESSING = NO INPUT = index.doc install.doc starting.doc faq.doc trouble.doc \ history.doc features.doc \ diff --git a/doc/commands.doc b/doc/commands.doc index b275909..5617c5b 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -685,12 +685,17 @@ Public/Protected/Private/... section. sectioning command is encountered. <hr> -\subsection cmdpar \par (paragraph title) { paragraph } +\subsection cmdpar \par [(paragraph title)] { paragraph } \addindex \par - Starts a paragraph with a user defined heading. The heading is - specified using the paragraph title argument and extends until the end of the - line. The paragraph will be indented. + If a paragraph title is given this command starts a paragraph with a + user defined heading. The heading extends until the end of the + line. The paragraph following the command will be indented. + + If no paragraph title is given this command will start a new paragraph. + This will also work inside other paragraph commands + (like \\param or \\warning) without ending the that command. + The text of the paragraph has no special internal structure. All visual enhancement commands may be used inside the paragraph. The \\par command ends when a blank line or some other diff --git a/doc/config.doc b/doc/config.doc index 99cf664..fa9d86b 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -188,7 +188,8 @@ followed by the descriptions of the tags grouped by category. documentation generated by doxygen is written. Doxygen will use this information to generate all constant output in the proper language. The default language is English, other supported languages are: - Dutch, French, Italian, Czech, Swedish, German and Japanese. + Dutch, French, Italian, Czech, Swedish, German, Finnish, Japanese, + Spanish, Russian, Croatian and Polish. \anchor cfg_disable_index <dt>\c DISABLE_INDEX <dd> diff --git a/doc/language.doc b/doc/language.doc index c3e04ca..9beb124 100644 --- a/doc/language.doc +++ b/doc/language.doc @@ -182,6 +182,20 @@ Here is a list of the languages and their current maintainers: <TR BGCOLOR="#ffffff"> <TD> + Polish + </TD> + <TD> + Grzegorz Kowal + </TD> + <TD> + <a href="mailto:g_kowal@NOSPAM.poczta.onet.pl"> + g_kowal@NOSPAM.poczta.onet.pl</a> + </TD> + </TR> + + + <TR BGCOLOR="#ffffff"> + <TD> Dutch </TD> <TD> @@ -227,6 +241,8 @@ Here is a list of the languages and their current maintainers: \hline Croatian & Boris Bralo & {\tt boris.bralo@zg.tel.hr} \\ \hline + Polish & Grzegorz Kowal & {\tt g\_kowal@poczta.onet.pl} \\ + \hline Dutch & Dimitri van Heesch & {\tt dimitri@stack.nl} \\ \hline \end{tabular} |