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
1d2bb19e
Commit
1d2bb19e
authored
Mar 01, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 724949 - Server side (PHP) search broke in 1.8.3
parent
8eeaae0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
memberdef.cpp
src/memberdef.cpp
+3
-1
No files found.
src/memberdef.cpp
View file @
1d2bb19e
...
...
@@ -1418,6 +1418,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
if
(
cd
)
d
=
cd
;
else
if
(
nd
)
d
=
nd
;
else
if
(
fd
)
d
=
fd
;
else
d
=
gd
;
_writeTagData
(
compoundType
);
_addToSearchIndex
();
QCString
cname
=
d
->
name
();
QCString
cdname
=
d
->
displayName
();
...
...
@@ -3610,7 +3611,6 @@ void MemberDef::_writeTagData(const DefType compoundType)
}
writeDocAnchorsToTagFile
();
Doxygen
::
tagFile
<<
" </member>"
<<
endl
;
_addToSearchIndex
();
}
m_impl
->
tagDataWritten
|=
typeMask
;
}
...
...
@@ -3740,6 +3740,7 @@ void MemberDef::writeEnumDeclaration(OutputList &typeDecl,
if
(
isLinkableInProject
()
||
hasDocumentedEnumValues
())
{
_writeTagData
(
compoundType
);
_addToSearchIndex
();
writeLink
(
typeDecl
,
cd
,
nd
,
fd
,
gd
);
}
else
...
...
@@ -3788,6 +3789,7 @@ void MemberDef::writeEnumDeclaration(OutputList &typeDecl,
if
(
fmd
->
hasDocumentation
())
// enum value has docs
{
fmd
->
_writeTagData
(
compoundType
);
fmd
->
_addToSearchIndex
();
fmd
->
writeLink
(
typeDecl
,
cd
,
nd
,
fd
,
gd
);
}
else
// no docs for this enum value
...
...
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