summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-06-15 17:51:43 (GMT)
committerGitHub <noreply@github.com>2021-06-15 17:51:43 (GMT)
commit5a53bda8664f8888de3d6eb9ef55eaff3e987f84 (patch)
tree25e6941ecc7c220304f43ce708a1fb5f102d6165
parenta5b18512cc0071bd3859248ddda3694844a6c8a3 (diff)
parentecde20826540d339c5f03e6ff7eb77464af9c269 (diff)
downloadDoxygen-5a53bda8664f8888de3d6eb9ef55eaff3e987f84.zip
Doxygen-5a53bda8664f8888de3d6eb9ef55eaff3e987f84.tar.gz
Doxygen-5a53bda8664f8888de3d6eb9ef55eaff3e987f84.tar.bz2
Merge pull request #8598 from albert-github/feature/bug_inline_struct_output
Merged brief and detailed description in case if INLINE_SIMPLE_STRUCTS with LaTeX / RTF
-rw-r--r--src/memberdef.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index c116b7c..ef71566 100644
--- a/src/memberdef.cpp
+++ b/src/memberdef.cpp
@@ -3770,6 +3770,12 @@ void MemberDefImpl::writeMemberDocSimple(OutputList &ol, const Definition *conta
/* write detailed description */
if (!detailed.isEmpty())
{
+ if (!brief.isEmpty())
+ {
+ ol.disable(OutputGenerator::Html);
+ ol.lineBreak();
+ ol.enable(OutputGenerator::Html);
+ }
ol.generateDoc(docFile(),docLine(),
getOuterScope()?getOuterScope():container,this,
detailed+"\n",FALSE,FALSE,