summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-03-25 18:42:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-03-25 18:42:56 (GMT)
commitc6c19d2984bfd7265b6d5f82336c991ec35727da (patch)
treeac946941d432585f18f08ee563fec2f48faae1de /doc
parent5b23c9573e3e7925987dc706c17357d54f517e40 (diff)
downloadDoxygen-c6c19d2984bfd7265b6d5f82336c991ec35727da.zip
Doxygen-c6c19d2984bfd7265b6d5f82336c991ec35727da.tar.gz
Doxygen-c6c19d2984bfd7265b6d5f82336c991ec35727da.tar.bz2
Release-1.5.5-20080325
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc19
-rw-r--r--doc/config.doc20
-rw-r--r--doc/language.doc4
-rw-r--r--doc/maintainers.txt2
4 files changed, 42 insertions, 3 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 7843999..e241e13 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -53,6 +53,8 @@ documentation:
\refitem cmdclass \\class
\refitem cmdcode \\code
\refitem cmdcond \\cond
+\refitem cmdcopybrief \\copybrief
+\refitem cmdcopydefails \\copydetails
\refitem cmdcopydoc \\copydoc
\refitem cmddate \\date
\refitem cmddef \\def
@@ -1778,6 +1780,23 @@ Make sure you have first read \ref intro "the introduction".
The copydoc command can be used recursively, but cycles in the copydoc
relation will be broken and flagged as an error.
+ Note that both the brief description and the detailed documentation
+ will be copied. See \ref cmdcopybrief "\\cmdcopybrief" and
+ \ref cmdcopydetails "\\cmdcopydetails" for copying only the brief or
+ detailed part of the comment block.
+
+<hr>
+\section cmdcopybrief \\copybrief <link-object>
+
+Works in a similar way as \ref cmdcopydoc "\\copydoc" but will
+only copy the brief description, not the detailed documentation.
+
+<hr>
+\section cmdcopydetails \\copydetails <link-object>
+
+Works in a similar way as \ref cmdcopydoc "\\copydoc" but will
+only copy the detailed documentation, not the brief description.
+
<hr>
\section cmddot \\dot
diff --git a/doc/config.doc b/doc/config.doc
index e9042e5..2e4f063 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -81,6 +81,8 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_distribute_group_doc DISTRIBUTE_GROUP_DOC
\refitem cfg_docset_bundle_id DOCSET_BUNDLE_ID
\refitem cfg_docset_feedname DOCSET_FEEDNAME
+\refitem cfg_dot_fontname DOT_FONTNAME
+\refitem cfg_dot_fontpath DOT_FONTPATH
\refitem cfg_dot_graph_max_nodes DOT_GRAPH_MAX_NODES
\refitem cfg_dot_image_format DOT_IMAGE_FORMAT
\refitem cfg_dot_multi_targets DOT_MULTI_TARGETS
@@ -1814,6 +1816,24 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre>
visualization toolkit from AT\&T and Lucent Bell Labs. The other options in
this section have no effect if this option is set to \c NO (the default)
+<dt>\c DOT_FONTNAME <dd>
+ \addindex DOT_FONTNAME
+ By default doxygen will write a font called FreeSans.ttf to the output
+ directory and reference it in all dot files that doxygen generates. This
+ font does not include all possible unicode characters however, so when you need
+ these (or just want a differently looking font) you can specify the font name
+ using \c DOT_FONTNAME. You need need to make sure dot is able to find the font,
+ which can be done by putting it in a standard location or by setting the \c DOTFONTPATH
+ environment variable or by setting \c DOT_FONTPATH to the directory containing
+ the font.
+
+<dt>\c DOT_FONTPATH <dd>
+ \addindex DOT_FONTPATH
+ By default doxygen will tell dot to use the output directory to look for the
+ FreeSans.ttf font (which doxygen will put there itself). If you specify a
+ different font using \c DOT_FONTNAME you can set the path where dot
+ can find it using this tag.
+
\anchor cfg_class_graph
<dt>\c CLASS_GRAPH <dd>
\addindex CLASS_GRAPH
diff --git a/doc/language.doc b/doc/language.doc
index 8fbcbfd..8a16c32 100644
--- a/doc/language.doc
+++ b/doc/language.doc
@@ -72,7 +72,7 @@ when the translator was updated.
<tr bgcolor="#ffffff">
<td>Catalan</td>
<td>Maximiliano Pin<br>Albert Mora</td>
- <td>mcpin at emtesistemas dot com<br>amora at iua dot upf dot es</td>
+ <td>max.pin at bitroit dot com<br>amora at iua dot upf dot es</td>
<td>1.5.4</td>
</tr>
<tr bgcolor="#ffffff">
@@ -288,7 +288,7 @@ when the translator was updated.
\hline
Brazilian Portuguese & Fabio "FJTC" Jun Takada Chino & {\tt\tiny jun-chino@uol.com.br} & up-to-date \\
\hline
- Catalan & Maximiliano Pin & {\tt\tiny mcpin@emtesistemas.com} & 1.5.4 \\
+ Catalan & Maximiliano Pin & {\tt\tiny max.pin@bitroit.com} & 1.5.4 \\
~ & Albert Mora & {\tt\tiny amora@iua.upf.es} & ~ \\
\hline
Chinese & Li Daobing & {\tt\tiny lidaobing@gmail.com} & up-to-date \\
diff --git a/doc/maintainers.txt b/doc/maintainers.txt
index 379b9d9..dff66d7 100644
--- a/doc/maintainers.txt
+++ b/doc/maintainers.txt
@@ -19,7 +19,7 @@ TranslatorBrazilian
Fabio "FJTC" Jun Takada Chino: jun-chino@uol.com.br
TranslatorCatalan
-Maximiliano Pin: mcpin@emtesistemas.com
+Maximiliano Pin: max.pin@bitroit.com
Albert Mora: amora@iua.upf.es
TranslatorChinese