diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-13 11:18:49 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-06-13 11:18:49 (GMT) |
commit | e775357ae71ecbf02dc93913a923567f31b03681 (patch) | |
tree | 5d9200a54490884ecf62212c0d947b79815ce514 /doc/docblocks.doc | |
parent | 90d6c9eaa5af82e55d4e1c37d73b376c7be8bff3 (diff) | |
download | Doxygen-e775357ae71ecbf02dc93913a923567f31b03681.zip Doxygen-e775357ae71ecbf02dc93913a923567f31b03681.tar.gz Doxygen-e775357ae71ecbf02dc93913a923567f31b03681.tar.bz2 |
Added cmake rules to build the examples that are also part of the manual
Diffstat (limited to 'doc/docblocks.doc')
-rw-r--r-- | doc/docblocks.doc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc index 3673e73..f073de5 100644 --- a/doc/docblocks.doc +++ b/doc/docblocks.doc @@ -259,7 +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 - Click <a href="$(DOXYGEN_DOCDIR)/examples/afterdoc/html/class_test.html">here</a> + Click <a href="examples/afterdoc/html/class_test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly @@ -275,7 +275,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 - Click <a href="$(DOXYGEN_DOCDIR)/examples/qtstyle/html/class_test.html">here</a> + Click <a href="examples/qtstyle/html/class_test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly @@ -305,7 +305,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 - Click <a href="$(DOXYGEN_DOCDIR)/examples/jdstyle/html/class_test.html">here</a> + Click <a href="examples/jdstyle/html/class_test.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly @@ -381,7 +381,7 @@ Here is an example of a C header named \c structcmd.h that is documented using structural commands: \include structcmd.h \htmlonly - Click <a href="$(DOXYGEN_DOCDIR)/examples/structcmd/html/structcmd_8h.html">here</a> + Click <a href="examples/structcmd/html/structcmd_8h.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly @@ -421,7 +421,7 @@ and assume they have to be represented in a preformatted way. \include docstring.py \htmlonly - Click <a href="$(DOXYGEN_DOCDIR)/examples/docstring/html/index.html">here</a> + Click <a href="examples/docstring/html/index.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly @@ -437,7 +437,7 @@ Here is the same example again but now using doxygen style comments: \include pyexample.py \htmlonly - Click <a href="$(DOXYGEN_DOCDIR)/examples/pyexample/html/index.html">here</a> + Click <a href="examples/pyexample/html/index.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly @@ -462,7 +462,7 @@ Here is an example VHDL file with doxygen comments: \include mux.vhdl \htmlonly - Click <a href="$(DOXYGEN_DOCDIR)/examples/mux/html/index.html">here</a> + Click <a href="examples/mux/html/index.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly @@ -571,7 +571,7 @@ Following is an example using doxygen style comments: \include tclexample.tcl \htmlonly - Click <a href="$(DOXYGEN_DOCDIR)/examples/tclexample/html/index.html">here</a> + Click <a href="examples/tclexample/html/index.html">here</a> for the corresponding HTML documentation that is generated by doxygen. \endhtmlonly |