Commit 231c4e93 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 709226 - Struct member fields not documented with INLINE_SIMPLE_STRUCTS

parent 22ce4672
...@@ -2988,11 +2988,7 @@ void MemberDef::writeMemberDocSimple(OutputList &ol, Definition *container) ...@@ -2988,11 +2988,7 @@ void MemberDef::writeMemberDocSimple(OutputList &ol, Definition *container)
QCString detailed = documentation(); QCString detailed = documentation();
/* write brief description */ /* write brief description */
if (!brief.isEmpty() && if (!brief.isEmpty())
(Config_getBool("REPEAT_BRIEF") ||
!Config_getBool("BRIEF_MEMBER_DESC")
)
)
{ {
ol.generateDoc(briefFile(),briefLine(), ol.generateDoc(briefFile(),briefLine(),
getOuterScope()?getOuterScope():container,this, getOuterScope()?getOuterScope():container,this,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment