diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-08-24 20:42:56 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-08-24 20:42:56 (GMT) |
commit | 5b0de0b4249965d3ae2ca3e67f40ef810e0a9598 (patch) | |
tree | bfd280ef12015bf793b71236c30364c6618cbaf8 /src/entry.cpp | |
parent | 8626ab32d671ffcdc75dffce04dd05a671cfb42c (diff) | |
download | Doxygen-5b0de0b4249965d3ae2ca3e67f40ef810e0a9598.zip Doxygen-5b0de0b4249965d3ae2ca3e67f40ef810e0a9598.tar.gz Doxygen-5b0de0b4249965d3ae2ca3e67f40ef810e0a9598.tar.bz2 |
Release-1.3.3-20030824
Diffstat (limited to 'src/entry.cpp')
-rw-r--r-- | src/entry.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entry.cpp b/src/entry.cpp index 276e433..21489c5 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -42,6 +42,7 @@ Entry::Entry() mGrpId = -1; tagInfo = 0; sli = 0; + relatesDup = FALSE; groupDocType = GROUPDOC_NORMAL; reset(); } @@ -69,6 +70,7 @@ Entry::Entry(const Entry &e) docLine = e.docLine; docFile = e.docFile.copy(); relates = e.relates.copy(); + relatesDup = e.relatesDup; brief = e.brief.copy(); briefLine = e.briefLine; briefFile = e.briefFile.copy(); @@ -227,6 +229,7 @@ void Entry::reset() docFile.resize(0); docLine=-1; relates.resize(0); + relatesDup=FALSE; brief.resize(0); briefFile.resize(0); briefLine=-1; |