diff options
author | albert-github <albert.tests@gmail.com> | 2020-12-22 11:47:27 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-12-22 11:47:27 (GMT) |
commit | 7a3d77897eafcd213197c9229c68429bb4396bbb (patch) | |
tree | 82bcce7be83527b64b4a17261437e02f9b3f6088 /doc | |
parent | 1e72202d8fa0e9d2b3f2a29c88ec4f5790a0a4e2 (diff) | |
download | Doxygen-7a3d77897eafcd213197c9229c68429bb4396bbb.zip Doxygen-7a3d77897eafcd213197c9229c68429bb4396bbb.tar.gz Doxygen-7a3d77897eafcd213197c9229c68429bb4396bbb.tar.bz2 |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.sty | 12 |
1 files 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}{}{} |