summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:42:00 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:42:00 (GMT)
commitdf5aeefd51095ad5b1f5fe1bf563a7302f93feeb (patch)
treee1e96dcb9bbad928271e0546023ea0a9841641b6 /src/entry.cpp
parentdc2968f7b44b1a219a0695ba80c63cd0d7da0ef1 (diff)
downloadDoxygen-df5aeefd51095ad5b1f5fe1bf563a7302f93feeb.zip
Doxygen-df5aeefd51095ad5b1f5fe1bf563a7302f93feeb.tar.gz
Doxygen-df5aeefd51095ad5b1f5fe1bf563a7302f93feeb.tar.bz2
mods for doxygen-0.49-991205
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index 5563fcf..1c4d27e 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -66,6 +66,7 @@ Entry::Entry(const Entry &e)
startLine = e.startLine;
mGrpId = e.mGrpId;
bodyLine = e.bodyLine;
+ endBodyLine = e.endBodyLine;
inLine = e.inLine;
sublist = new QList<Entry>;
sublist->setAutoDelete(TRUE);
@@ -203,6 +204,7 @@ void Entry::reset()
scopeSpec.resize(0);
memberSpec.resize(0);
bodyLine = -1;
+ endBodyLine = -1;
mGrpId = -1;
section = EMPTY_SEC;
sig = FALSE;