summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-08-08 19:12:11 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-08-08 19:12:11 (GMT)
commit355370151b61f79633b3867634d76eaf8bacce54 (patch)
treeea02ebb4427c6fa1d397d3771efb224548510997
parent8a22f5f9bebb52427f06108c02e3390c85d29d7f (diff)
downloadDoxygen-355370151b61f79633b3867634d76eaf8bacce54.zip
Doxygen-355370151b61f79633b3867634d76eaf8bacce54.tar.gz
Doxygen-355370151b61f79633b3867634d76eaf8bacce54.tar.bz2
Fix for broken link in the manual
-rw-r--r--doc/grouping.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/grouping.doc b/doc/grouping.doc
index 2e11e7e..a6fdf43 100644
--- a/doc/grouping.doc
+++ b/doc/grouping.doc
@@ -138,7 +138,7 @@ in .c files without having to duplicate the hierarchy exactly.
\verbinclude group.cpp
\htmlonly
-Click <a href="$(DOXYGEN_DOCDIR)/examples/group/html/modules.html">here</a>
+Click <a href="examples/group/html/modules.html">here</a>
for the corresponding HTML documentation that is generated by Doxygen.
\endhtmlonly
@@ -191,7 +191,7 @@ documentation of the class.
\verbinclude memgrp.cpp
\htmlonly
-Click <a href="$(DOXYGEN_DOCDIR)/examples/memgrp/html/class_test.html">here</a>
+Click <a href="examples/memgrp/html/class_test.html">here</a>
for the corresponding HTML documentation that is generated by Doxygen.
\endhtmlonly