diff options
Diffstat (limited to 'doc/autolink.doc')
-rw-r--r-- | doc/autolink.doc | 4 |
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 |