diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-12-09 20:40:34 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-12-09 20:40:34 (GMT) |
commit | 414d7b3bbfad8ec16237c3708af188ecaee62886 (patch) | |
tree | bbe6210f1426dabef9dcedc0d7d025f79fae6225 /src/entry.cpp | |
parent | cce8b9505201c95443798341d3d6176922db9253 (diff) | |
download | Doxygen-414d7b3bbfad8ec16237c3708af188ecaee62886.zip Doxygen-414d7b3bbfad8ec16237c3708af188ecaee62886.tar.gz Doxygen-414d7b3bbfad8ec16237c3708af188ecaee62886.tar.bz2 |
Doxygen-1.2.12-20011209
Diffstat (limited to 'src/entry.cpp')
-rw-r--r-- | src/entry.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/entry.cpp b/src/entry.cpp index 44081c2..26113aa 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -41,7 +41,7 @@ Entry::Entry() //mtArgList = 0; mGrpId = -1; tagInfo = 0; - groupdoctype = GROUPDOC_NORMAL; + groupDocType = GROUPDOC_NORMAL; reset(); } @@ -93,7 +93,7 @@ Entry::Entry(const Entry &e) //printf("Entry::Entry(copy) tArgList=0\n"); tArgLists = 0; //mtArgList = 0; - groupdoctype = e.groupdoctype; + groupDocType = e.groupDocType; // deep copy of the child entry list QListIterator<Entry> eli(*e.sublist); @@ -210,8 +210,8 @@ void Entry::reset() brief.resize(0); inside.resize(0); fileName.resize(0); - scopeSpec.resize(0); - memberSpec.resize(0); + //scopeSpec.resize(0); + //memberSpec.resize(0); initializer.resize(0); initLines = -1; startLine = 1; @@ -230,7 +230,7 @@ void Entry::reset() memSpec = 0; subGrouping = TRUE; protection = Public; - groupdoctype = GROUPDOC_NORMAL; + groupDocType = GROUPDOC_NORMAL; sublist->clear(); extends->clear(); groups->clear(); |