diff options
Diffstat (limited to 'doc/diagrams.doc')
-rw-r--r-- | doc/diagrams.doc | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/diagrams.doc b/doc/diagrams.doc index c87337b..49be5d6 100644 --- a/doc/diagrams.doc +++ b/doc/diagrams.doc @@ -127,24 +127,32 @@ Here are a couple of header files that together show the various diagrams that doxygen can generate: <code>diagrams_a.h</code> -\verbinclude diagrams_a.h +\include diagrams_a.h <code>diagrams_b.h</code> -\verbinclude diagrams_b.h +\include diagrams_b.h <code>diagrams_c.h</code> -\verbinclude diagrams_c.h +\include diagrams_c.h <code>diagrams_d.h</code> -\verbinclude diagrams_d.h +\include diagrams_d.h <code>diagrams_e.h</code> -\verbinclude diagrams_e.h +\include diagrams_e.h \htmlonly +</p> Click <a href="examples/diagrams/html/index.html">here</a> for the corresponding HTML documentation that is generated by doxygen<br/> (<code>EXTRACT_ALL</code> = <code>YES</code> is used here). \endhtmlonly +\latexonly +\IfFileExists{../html/examples/diagrams/latex/refman_doc.tex} +{ +See \hyperlink{diagrams_example}{Diagrams example} +for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen. +} {} +\endlatexonly \htmlonly -<br><br> +<br/><br/> Go to the <a href="preprocessing.html">next</a> section or return to the <a href="index.html">index</a>. \endhtmlonly |