summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-15 20:22:04 (GMT)
committerGitHub <noreply@github.com>2020-10-15 20:22:04 (GMT)
commita5ac10888f6c0b0fc00678f67aa49036b33aa4cf (patch)
tree062188e35bd4cc389ab1fb077de6c52f875cc734 /doc
parent3bd6198e8f568796fdf98940ecc0362c8707178e (diff)
parent1084519cd410bacb997b1ddd705800412450241b (diff)
downloadDoxygen-a5ac10888f6c0b0fc00678f67aa49036b33aa4cf.zip
Doxygen-a5ac10888f6c0b0fc00678f67aa49036b33aa4cf.tar.gz
Doxygen-a5ac10888f6c0b0fc00678f67aa49036b33aa4cf.tar.bz2
Merge pull request #8099 from albert-github/feature/bug_warn_latex_fig
Warning about duplicate figure numbers in LaTeX
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sty7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/manual.sty b/doc/manual.sty
index fd9fd0e..2e85012 100644
--- a/doc/manual.sty
+++ b/doc/manual.sty
@@ -40,10 +40,3 @@
\usepackage{xpatch}
\xpatchcmd{\part}{plain}{empty}{}{}
-% Define caption that is also suitable in a table
-\makeatletter
-\def\doxyfigcaption{%
-\refstepcounter{figure}%
-\@dblarg{\@caption{figure}}}
-\makeatother
-