summaryrefslogtreecommitdiffstats
path: root/doc/manual.sty
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-11-09 13:45:36 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-11-09 13:45:36 (GMT)
commita4d254f92f7c892a7dc1ce3a83b0894dbe3870f1 (patch)
treed2b99e2cc8bef11273bd42d3a4d94da7f38c3911 /doc/manual.sty
parent6922d5d63d77c8f640c58e9c68a9955f9f0aa9a7 (diff)
downloadDoxygen-a4d254f92f7c892a7dc1ce3a83b0894dbe3870f1.zip
Doxygen-a4d254f92f7c892a7dc1ce3a83b0894dbe3870f1.tar.gz
Doxygen-a4d254f92f7c892a7dc1ce3a83b0894dbe3870f1.tar.bz2
Update of doxywizard documetation
Bringing the doxywizard documentation up to date with the current version.
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}