summaryrefslogtreecommitdiffstats
path: root/doc/manual.sty
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.sty')
-rw-r--r--doc/manual.sty7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual.sty b/doc/manual.sty
index 80fbda6..643bd40 100644
--- a/doc/manual.sty
+++ b/doc/manual.sty
@@ -31,3 +31,10 @@
\fancyfoot[CO]{\fancyplain{}{}}
\fancyfoot[RO]{\fancyplain{}{}}
+% Define caption that is also suitable in a table
+\makeatletter
+\def\doxyfigcaption{%
+\refstepcounter{figure}%
+\@dblarg{\@caption{figure}}}
+\makeatother
+