Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
775ab3be
Commit
775ab3be
authored
Dec 27, 2012
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 690741
parent
48f4de5c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
INSTALL
INSTALL
+1
-1
README
README
+1
-1
Doxyfile
qtools/Doxyfile
+3
-3
groupdef.cpp
src/groupdef.cpp
+0
-1
No files found.
INSTALL
View file @
775ab3be
...
...
@@ -4,4 +4,4 @@ Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions.
--------
Dimitri van Heesch (2
6
December 2012)
Dimitri van Heesch (2
7
December 2012)
README
View file @
775ab3be
...
...
@@ -26,4 +26,4 @@ forum.
Enjoy,
Dimitri van Heesch (dimitri@stack.nl) (2
6
December 2012)
Dimitri van Heesch (dimitri@stack.nl) (2
7
December 2012)
qtools/Doxyfile
View file @
775ab3be
...
...
@@ -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 =
#---------------------------------------------------------------------------
...
...
src/groupdef.cpp
View file @
775ab3be
...
...
@@ -439,7 +439,6 @@ void GroupDef::removeMember(MemberDef *md)
if
(
mni
->
isEmpty
()
)
{
allMemberNameInfoSDict
->
remove
(
md
->
name
());
delete
mni
;
}
removeMemberFromList
(
MemberListType_allMembersList
,
md
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment