summaryrefslogtreecommitdiffstats
path: root/doc/docblocks.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-26 15:14:50 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-26 15:14:50 (GMT)
commitde03970396e6f7edec359e2b71f3d2aa9d6a6237 (patch)
tree867f42456bf49f7a0c694ea2d17619e12cde43ba /doc/docblocks.doc
parent165498dc9ea33bc9991c5ab5234b5e51d74569d0 (diff)
downloadDoxygen-de03970396e6f7edec359e2b71f3d2aa9d6a6237.zip
Doxygen-de03970396e6f7edec359e2b71f3d2aa9d6a6237.tar.gz
Doxygen-de03970396e6f7edec359e2b71f3d2aa9d6a6237.tar.bz2
Tweaked the htmlonly sections in the manual so it produces valid HTML output
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r--doc/docblocks.doc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index 7f91db5..735def6 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -259,6 +259,7 @@ located in front of the block instead of after the block.
Here is an example of the use of these comment blocks:
\include afterdoc.h
\htmlonly
+ </p>
Click <a href="examples/afterdoc/html/class_test.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
@@ -279,6 +280,7 @@ Here is an example of the use of these comment blocks:
Here is an example of a documented piece of C++ code using the Qt style:
\include qtstyle.cpp
\htmlonly
+ </p>
Click <a href="examples/qtstyle/html/class_test.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
@@ -313,6 +315,7 @@ Here is the same piece of code as shown above, this time documented using the
JavaDoc style and \ref cfg_javadoc_autobrief "JAVADOC_AUTOBRIEF" set to YES:
\include jdstyle.cpp
\htmlonly
+ </p>
Click <a href="examples/jdstyle/html/class_test.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
@@ -393,6 +396,7 @@ Here is an example of a C header named \c structcmd.h that is documented
using structural commands:
\include structcmd.h
\htmlonly
+ </p>
Click <a href="examples/structcmd/html/structcmd_8h.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
@@ -437,6 +441,7 @@ and assume they have to be represented in a preformatted way.
\include docstring.py
\htmlonly
+ </p>
Click <a href="examples/docstring/html/index.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
@@ -457,6 +462,7 @@ Here is the same example again but now using doxygen style comments:
\include pyexample.py
\htmlonly
+ </p>
Click <a href="examples/pyexample/html/index.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
@@ -486,6 +492,7 @@ Here is an example VHDL file with doxygen comments:
\include mux.vhdl
\htmlonly
+ </p>
Click <a href="examples/mux/html/index.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly
@@ -599,6 +606,7 @@ Following is an example using doxygen style comments:
\include tclexample.tcl
\htmlonly
+ </p>
Click <a href="examples/tclexample/html/index.html">here</a>
for the corresponding HTML documentation that is generated by doxygen.
\endhtmlonly