summaryrefslogtreecommitdiffstats
path: root/doc/manual.sty
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.sty')
-rw-r--r--doc/manual.sty8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual.sty b/doc/manual.sty
index 2e85012..fdbc982 100644
--- a/doc/manual.sty
+++ b/doc/manual.sty
@@ -17,6 +17,14 @@
\renewcommand{\sectionmark}[1]{%
\markright{\thesection\ #1}%
}
+% Used by @image
+% (only if inline is specified)
+\newlength{\DoxyInlineHeightChar}
+\settoheight{\DoxyInlineHeightChar}{H}
+\renewenvironment{DoxyInlineImage}{%
+\settoheight{\DoxyInlineHeightChar}{H}
+}{%
+}
% Headers & footers
\pagestyle{fancyplain}