diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-08 09:54:20 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-08 09:54:20 (GMT) |
commit | fa6585b2fc6847c2b242b226b163810c7a6366de (patch) | |
tree | 60f173dccc1ce8007eb0eba73382c5db4be722a9 /src/section.h | |
parent | 21d14b3c7697f8807065070f5850259b1b6550e4 (diff) | |
download | Doxygen-fa6585b2fc6847c2b242b226b163810c7a6366de.zip Doxygen-fa6585b2fc6847c2b242b226b163810c7a6366de.tar.gz Doxygen-fa6585b2fc6847c2b242b226b163810c7a6366de.tar.bz2 |
Improved handling of <caption> in tables for LaTeX output.
Diffstat (limited to 'src/section.h')
-rw-r--r-- | src/section.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/section.h b/src/section.h index 51668a2..b6268a9 100644 --- a/src/section.h +++ b/src/section.h @@ -31,7 +31,8 @@ struct SectionInfo Subsection = 2, Subsubsection = 3, Paragraph = 4, - Anchor = 5 + Anchor = 5, + Table = 6 }; SectionInfo(const char *f,const int lin,const char *l,const char *t, SectionType st,int lev,const char *r=0) : |