summaryrefslogtreecommitdiffstats
path: root/doc/manual.sty
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-11-14 14:39:48 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-11-14 14:39:48 (GMT)
commitbcbf8c439528a368b857f9d726b747c828086dee (patch)
tree406d4eb4d362083fd727fd52ecbb251a6254f84d /doc/manual.sty
parent24902b409ffcb473e28d629f3174ec6a3dd24c65 (diff)
parenta4d254f92f7c892a7dc1ce3a83b0894dbe3870f1 (diff)
downloadDoxygen-bcbf8c439528a368b857f9d726b747c828086dee.zip
Doxygen-bcbf8c439528a368b857f9d726b747c828086dee.tar.gz
Doxygen-bcbf8c439528a368b857f9d726b747c828086dee.tar.bz2
Merge branch 'feature/bug_doxyw_docu' of https://github.com/albert-github/doxygen into albert-github-feature/bug_doxyw_docu
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}