summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-22 15:19:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-07-22 15:19:56 (GMT)
commit185d6abdc832e7dd66183a2154a13a546414b96f (patch)
tree2e37e5d4a6d3250e5b0d5ca02c3e57ba4458ed41 /src/entry.h
parent982fce9e021e5359ec2572cbbb815a47bc822e70 (diff)
downloadDoxygen-185d6abdc832e7dd66183a2154a13a546414b96f.zip
Doxygen-185d6abdc832e7dd66183a2154a13a546414b96f.tar.gz
Doxygen-185d6abdc832e7dd66183a2154a13a546414b96f.tar.bz2
Moved local toc data into a separate type for better encapsulation
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/entry.h b/src/entry.h
index 8513fb9..fac3831 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -288,8 +288,7 @@ class Entry
bool artificial; //!< Artificially introduced item
GroupDocType groupDocType;
QCString id; //!< libclang id
- int localToc; //!< types of local TOC, command \tableofcontents
- int localTocLevel[3];//!< depth of local TOC, command \tableofcontents
+ LocalToc localToc;
static int num; //!< counts the total number of entries