From 38ea97e9998b8e2fd5031acd32bef7ff1d62c96f Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Thu, 16 May 2019 20:29:45 -0400 Subject: updated manual, included examples in documentation --- doc/docblocks.doc | 9 +++++++++ doc/doxygen_manual.tex | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/docblocks.doc b/doc/docblocks.doc index 76315d3..9d14f6e 100644 --- a/doc/docblocks.doc +++ b/doc/docblocks.doc @@ -132,6 +132,15 @@ or \endverbatim as long as JAVADOC_BANNER = YES is used. +\include javadoc-banner.h + \htmlonly + Click here + for the corresponding HTML documentation that is generated by doxygen. + \endhtmlonly + \latexonly + See \hyperlink{javadoc_banner_example}{Javadoc Banner example} + for the corresponding \mbox{\LaTeX} documentation that is generated by doxygen. + \endlatexonly diff --git a/doc/doxygen_manual.tex b/doc/doxygen_manual.tex index 1a44574..811bce0 100644 --- a/doc/doxygen_manual.tex +++ b/doc/doxygen_manual.tex @@ -84,7 +84,7 @@ \begin{titlepage} \includegraphics[width=\textwidth]{doxygen_logo} \begin{center} -Manual for version @VERSION@\\[2ex] +Manual for version 1.8.16\\[2ex] Written by Dimitri van Heesch\\[2ex] \copyright 1997-\thisyear \end{center} @@ -178,6 +178,8 @@ Written by Dimitri van Heesch\\[2ex] \subinputfrom{../html/examples/file/latex/}{refman_doc} \chapter{Fn Example}\label{fn_example}\hypertarget{fn_example}{} \subinputfrom{../html/examples/func/latex/}{refman_doc} +\chapter{Javadoc Banner Example}\label{javadoc_banner_example}\hypertarget{javadoc_banner_example}{} +\subinputfrom{../html/examples/javadoc-banner/latex/}{refman_doc} \chapter{Overload Example}\label{overload_example}\hypertarget{overload_example}{} \subinputfrom{../html/examples/overload/latex/}{refman_doc} \chapter{Page Example}\label{page_example}\hypertarget{page_example}{} -- cgit v0.12