Fixed problem where automatic line breaking caused missing vertical bars in the parameter table for Latex output

This commit is contained in:
Than Ngo 2017-05-30 18:12:49 +02:00
parent dc9ca70b1d
commit b2f503aa85
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index d37efb9..26001a1 100644
--- a/src/memberdef.cpp
+++ b/src/memberdef.cpp
@@ -3143,8 +3143,7 @@ void MemberDef::writeMemberDocSimple(OutputList &ol, Definition *container)
scope, // scope
getBodyDef(), // fileScope
this, // self
- ts, // text
- TRUE // autoBreak
+ ts // text
);
}
ol.endDoxyAnchor(cfname,memAnchor);