diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | qtools/Doxyfile | 6 | ||||
-rw-r--r-- | src/groupdef.cpp | 1 |
4 files changed, 5 insertions, 6 deletions
@@ -4,4 +4,4 @@ Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. -------- -Dimitri van Heesch (26 December 2012) +Dimitri van Heesch (27 December 2012) @@ -26,4 +26,4 @@ forum. Enjoy, -Dimitri van Heesch (dimitri@stack.nl) (26 December 2012) +Dimitri van Heesch (dimitri@stack.nl) (27 December 2012) diff --git a/qtools/Doxyfile b/qtools/Doxyfile index 8aa5e83..1ba80cc 100644 --- a/qtools/Doxyfile +++ b/qtools/Doxyfile @@ -184,9 +184,9 @@ MATHJAX_FORMAT = HTML-CSS MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest MATHJAX_EXTENSIONS = SEARCHENGINE = YES -SERVER_BASED_SEARCH = YES -EXTERNAL_SEARCH = YES -SEARCHENGINE_URL = http://macbookpro/~dimitri/doxysearch.cgi +SERVER_BASED_SEARCH = NO +EXTERNAL_SEARCH = NO +SEARCHENGINE_URL = SEARCHDATA_FILE = searchdata.xml EXTRA_SEARCH_MAPPINGS = #--------------------------------------------------------------------------- diff --git a/src/groupdef.cpp b/src/groupdef.cpp index a72a19b..96f839e 100644 --- a/src/groupdef.cpp +++ b/src/groupdef.cpp @@ -439,7 +439,6 @@ void GroupDef::removeMember(MemberDef *md) if( mni->isEmpty() ) { allMemberNameInfoSDict->remove(md->name()); - delete mni; } removeMemberFromList(MemberListType_allMembersList,md); |