summaryrefslogtreecommitdiffstats
path: root/doc/autolink.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-06-13 11:18:49 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-06-13 11:18:49 (GMT)
commite775357ae71ecbf02dc93913a923567f31b03681 (patch)
tree5d9200a54490884ecf62212c0d947b79815ce514 /doc/autolink.doc
parent90d6c9eaa5af82e55d4e1c37d73b376c7be8bff3 (diff)
downloadDoxygen-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/autolink.doc')
-rw-r--r--doc/autolink.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc
index 506b1f6..9e0d35a 100644
--- a/doc/autolink.doc
+++ b/doc/autolink.doc
@@ -112,7 +112,7 @@
\par Example:
\verbinclude autolink.cpp
\htmlonly
- Click <a href="$(DOXYGEN_DOCDIR)/examples/autolink/html/index.html">here</a>
+ Click <a href="examples/autolink/html/index.html">here</a>
for the corresponding HTML documentation that is generated by Doxygen.
\endhtmlonly
@@ -128,7 +128,7 @@ typedef struct StructName TypeName
\par Example:
\verbinclude restypedef.cpp
\htmlonly
- Click <a href="$(DOXYGEN_DOCDIR)/examples/restypedef/html/restypedef_8cpp.html">here</a>
+ Click <a href="examples/restypedef/html/restypedef_8cpp.html">here</a>
for the corresponding HTML documentation that is generated by Doxygen.
\endhtmlonly