diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-01-09 19:12:05 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2020-01-09 19:12:05 (GMT) |
commit | eace8c9e3ceb14fb80c6f548713624fd743f7276 (patch) | |
tree | dee255407ef2c828f10b8dd159610ba2e1711095 /src/entry.h | |
parent | abb7f5372f3646d8dc70fb5c47344dc9250d8b2c (diff) | |
download | Doxygen-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.h | 3 |
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); |