summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-08-24 20:42:56 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-08-24 20:42:56 (GMT)
commit77a2ce8e15c967422cb1ff01dc78f5d9b1892c3d (patch)
treebfd280ef12015bf793b71236c30364c6618cbaf8 /src/entry.cpp
parentd09056a74447fe1c841ffd469986afdffd99765b (diff)
downloadDoxygen-77a2ce8e15c967422cb1ff01dc78f5d9b1892c3d.zip
Doxygen-77a2ce8e15c967422cb1ff01dc78f5d9b1892c3d.tar.gz
Doxygen-77a2ce8e15c967422cb1ff01dc78f5d9b1892c3d.tar.bz2
Release-1.3.3-20030824
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp3
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;