summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--README2
-rw-r--r--qtools/Doxyfile6
-rw-r--r--src/groupdef.cpp1
4 files changed, 5 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 42f3548..8a5746f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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)
diff --git a/README b/README
index 847c028..c7f6b8a 100644
--- a/README
+++ b/README
@@ -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);