summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-01-09 19:12:05 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-01-09 19:12:05 (GMT)
commiteace8c9e3ceb14fb80c6f548713624fd743f7276 (patch)
treedee255407ef2c828f10b8dd159610ba2e1711095 /src/entry.h
parentabb7f5372f3646d8dc70fb5c47344dc9250d8b2c (diff)
downloadDoxygen-eace8c9e3ceb14fb80c6f548713624fd743f7276.zip
Doxygen-eace8c9e3ceb14fb80c6f548713624fd743f7276.tar.gz
Doxygen-eace8c9e3ceb14fb80c6f548713624fd743f7276.tar.bz2
issue #7472: Serious regression: /**< comments cause functions to be silently ignored
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/entry.h b/src/entry.h
index 802a212..3cd53e9 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -216,9 +216,6 @@ class Entry
void moveToSubEntryAndRefresh(Entry* &e);
void moveToSubEntryAndRefresh(std::shared_ptr<Entry> &e);
- /*! take \a child of of to list of children and move it into \a moveTo */
- void moveFromSubEntry(const Entry *child,std::shared_ptr<Entry> &moveTo);
-
/*! make a copy of \a e and add it as a child to this entry */
void copyToSubEntry (Entry* e);
void copyToSubEntry (const std::shared_ptr<Entry> &e);