summaryrefslogtreecommitdiffstats
path: root/templates
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 /templates
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 'templates')
-rw-r--r--templates/latex/doxygen.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/latex/doxygen.sty b/templates/latex/doxygen.sty
index a1399b1..6c42b2f 100644
--- a/templates/latex/doxygen.sty
+++ b/templates/latex/doxygen.sty
@@ -570,6 +570,6 @@
% Define caption that is also suitable in a table
\makeatletter
\def\doxyfigcaption{%
-\refstepcounter{figure}%
+\H@refstepcounter{figure}%
\@dblarg{\@caption{figure}}}
\makeatother