summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-12-27 19:12:07 (GMT)
committerJoe George <joe@zeroc.com>2018-10-22 19:21:42 (GMT)
commit3a97099d5e6afd298486f219694a7fb5eff67fea (patch)
tree979abad6dd502a4d28dac1f29a1bce9e4bb3b336 /src/entry.cpp
parentd94c10574f44c10ff0df9ce24c09cb6fcaac37c0 (diff)
downloadDoxygen-3a97099d5e6afd298486f219694a7fb5eff67fea.zip
Doxygen-3a97099d5e6afd298486f219694a7fb5eff67fea.tar.gz
Doxygen-3a97099d5e6afd298486f219694a7fb5eff67fea.tar.bz2
Added *.ice files as a recognized file type.
Added a Slice-optimized output mode.
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index a0460da..534603a 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -264,6 +264,7 @@ void Entry::reset()
protection = Public;
groupDocType = GROUPDOC_NORMAL;
id.resize(0);
+ metaData.resize(0);
m_sublist->clear();
extends->clear();
groups->clear();