Fixed problem where automatic line breaking caused missing vertical bars in the parameter table for Latex output
This commit is contained in:
parent
dc9ca70b1d
commit
b2f503aa85
14
doxygen-1.8.13-verticl_bar_latex.patch
Normal file
14
doxygen-1.8.13-verticl_bar_latex.patch
Normal 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);
|
Loading…
Reference in New Issue
Block a user