diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:42:00 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 1999-12-15 19:42:00 (GMT) |
commit | df5aeefd51095ad5b1f5fe1bf563a7302f93feeb (patch) | |
tree | e1e96dcb9bbad928271e0546023ea0a9841641b6 /src/entry.cpp | |
parent | dc2968f7b44b1a219a0695ba80c63cd0d7da0ef1 (diff) | |
download | Doxygen-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.cpp | 2 |
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; |