diff options
author | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:42:00 (GMT) |
---|---|---|
committer | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:42:00 (GMT) |
commit | e37828267bfc6c76a5b01208dcdb676a3aa580f9 (patch) | |
tree | e1e96dcb9bbad928271e0546023ea0a9841641b6 /src/entry.cpp | |
parent | 74cc4d70240d09e10c9da94c0537670fc287a85e (diff) | |
download | Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.zip Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.tar.gz Doxygen-e37828267bfc6c76a5b01208dcdb676a3aa580f9.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; |