From 7a3d77897eafcd213197c9229c68429bb4396bbb Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 22 Dec 2020 12:47:27 +0100 Subject: Doxygen manual top rule is in uppercase. When generating the doxygen documentation we see that:: - the top rule is completely in uppercase (is OK in regular doxygen documentation) - the renew of the was done at the wrong place --- doc/manual.sty | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/manual.sty b/doc/manual.sty index fdbc982..12f3911 100644 --- a/doc/manual.sty +++ b/doc/manual.sty @@ -11,12 +11,6 @@ \newcommand{\clearemptydoublepage}{% \newpage{\pagestyle{empty}\cleardoublepage}% } -\renewcommand{\chaptermark}[1]{% - \markboth{#1}{}% -} -\renewcommand{\sectionmark}[1]{% - \markright{\thesection\ #1}% -} % Used by @image % (only if inline is specified) \newlength{\DoxyInlineHeightChar} @@ -44,6 +38,12 @@ \renewcommand{\headrulewidth}{0pt}} % \pagestyle{fancyplain} +\renewcommand{\chaptermark}[1]{% + \markboth{#1}{}% +} +\renewcommand{\sectionmark}[1]{% + \markright{\thesection\ #1}% +} % \usepackage{xpatch} \xpatchcmd{\part}{plain}{empty}{}{} -- cgit v0.12