diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index f1b81ef..c1f8f19 100644 --- a/src/entry.h +++ b/src/entry.h @@ -288,6 +288,7 @@ class Entry bool artificial; //!< Artificially introduced item GroupDocType groupDocType; QCString id; //!< libclang id + int localToc; //!< types of local TOC, command \tableofcontents static int num; //!< counts the total number of entries |