diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-02-27 20:11:09 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-02-27 20:11:09 (GMT) |
commit | 0a773cb15d41e5806b799cd24c076c60b734615c (patch) | |
tree | 5e27018c48206637a831c02760f69c7df275f1c9 /doc | |
parent | a9a600c4692a1d0b0a6a09362db1d6da8bda9a30 (diff) | |
download | Doxygen-0a773cb15d41e5806b799cd24c076c60b734615c.zip Doxygen-0a773cb15d41e5806b799cd24c076c60b734615c.tar.gz Doxygen-0a773cb15d41e5806b799cd24c076c60b734615c.tar.bz2 |
Release-1.4.6-20060227
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.latex | 6 | ||||
-rw-r--r-- | doc/docblocks.doc | 2 | ||||
-rw-r--r-- | doc/doxygen.sty | 14 | ||||
-rw-r--r-- | doc/doxygen_manual.tex | 1 | ||||
-rw-r--r-- | doc/index.doc | 2 |
5 files changed, 17 insertions, 8 deletions
diff --git a/doc/Makefile.latex b/doc/Makefile.latex index 8a47094..c460700 100644 --- a/doc/Makefile.latex +++ b/doc/Makefile.latex @@ -14,12 +14,6 @@ all: doxygen_manual.pdf -#doxygen_manual.pdf: doxygen_manual.ps -# ps2pdf doxygen_manual.ps doxygen_manual.pdf - -#doxygen_manual.ps: doxygen_manual.dvi -# dvips -o doxygen_manual.ps doxygen_manual.dvi - doxygen_manual.pdf: doxygen_manual.tex doxygen.sty echo "Running latex..." pdflatex doxygen_manual.tex diff --git a/doc/docblocks.doc b/doc/docblocks.doc index 789cc92..10f6801 100644 --- a/doc/docblocks.doc +++ b/doc/docblocks.doc @@ -374,7 +374,7 @@ are supported. There is also another way to document Python code using comments that start with "##". These type of comment blocks are more in line with the -way documentation blocks work for the other languages support doxygen +way documentation blocks work for the other languages supported by doxygen and this also allows the use of special commands. Here is the same example again but now using doxygen style comments: diff --git a/doc/doxygen.sty b/doc/doxygen.sty index 7c24e26..ce75b30 100644 --- a/doc/doxygen.sty +++ b/doc/doxygen.sty @@ -27,6 +27,20 @@ \rfoot[\fancyplain{}{\bfseries\scriptsize User Manual for Doxygen $VERSION, written by Dimitri van Heesch \copyright 1997-2004}]{} \lfoot[]{\fancyplain{}{\bfseries\scriptsize User Manual for Doxygen $VERSION, written by Dimitri van Heesch \copyright 1997-2004}} \cfoot{} +\newenvironment{Code} +{\footnotesize} +{\normalsize} +\newcommand{\doxyref}[3]{\textbf{#1} (\textnormal{#2}\,\pageref{#3})} +\newenvironment{DocInclude} +{\footnotesize} +{\normalsize} +\newenvironment{VerbInclude} +{\footnotesize} +{\normalsize} +\newenvironment{Image} +{\begin{figure}[H]} +{\end{figure}} +\newenvironment{ImageNoCaption}{}{} \newenvironment{CompactList} {\begin{list}{}{ \setlength{\leftmargin}{0.5cm} diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index 0514222..8d5d178 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -69,6 +69,7 @@ Written by Dimitri van Heesch\\[2ex] \input{config} \input{commands} \input{htmlcmds} +\input{xmlcmds} \part{Developers Manual} \input{arch} \input{perlmod} diff --git a/doc/index.doc b/doc/index.doc index 42f1444..d4d0493 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -174,7 +174,7 @@ Thanks go to: given me a good start in writing doxygen. <li>All people at Troll Tech, for creating a beautiful GUI Toolkit (which is very useful as a Windows/Unix platform abstraction layer :-) -<li>My brother <a href="http://www.stack.nl/~fidget/index.html">Frank</a> +<li>My brother Frank for rendering the logos. <li>Harm van der Heijden for adding HTML help support. <li>Wouter Slegers of |