summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-12-09 20:40:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-12-09 20:40:34 (GMT)
commit7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f (patch)
treebbe6210f1426dabef9dcedc0d7d025f79fae6225 /src/entry.cpp
parent79959c79850830e90aa7e00e72d3718785e29214 (diff)
downloadDoxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.zip
Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.tar.gz
Doxygen-7e4d434c3650bb9f7e5f460b1dbf6fed8be04a5f.tar.bz2
Doxygen-1.2.12-20011209
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp10
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();