diff options
Diffstat (limited to 'doc/autolink.doc')
-rw-r--r-- | doc/autolink.doc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/autolink.doc b/doc/autolink.doc index 9e0d35a..fe0bdea 100644 --- a/doc/autolink.doc +++ b/doc/autolink.doc @@ -115,6 +115,10 @@ Click <a href="examples/autolink/html/index.html">here</a> for the corresponding HTML documentation that is generated by Doxygen. \endhtmlonly + \latexonly + See \hyperlink{autolink_example}{Autolink example} + for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen. + \endlatexonly \section resolving typedefs @@ -131,6 +135,10 @@ typedef struct StructName TypeName Click <a href="examples/restypedef/html/restypedef_8cpp.html">here</a> for the corresponding HTML documentation that is generated by Doxygen. \endhtmlonly + \latexonly + See \hyperlink{restypedef_8cpp}{Typedef example} + for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen. + \endlatexonly \htmlonly Go to the <a href="output.html">next</a> section or return to the |