summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-04-27 12:43:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-04-27 12:43:26 (GMT)
commit5fc82b2275e202438ac61b070ac5f4be0df792d6 (patch)
tree2e83029d07a14e2eef239acbb54159aa1641685d /src
parent898b6044194d5967099adfadab454cd09a4f360e (diff)
downloadDoxygen-5fc82b2275e202438ac61b070ac5f4be0df792d6.zip
Doxygen-5fc82b2275e202438ac61b070ac5f4be0df792d6.tar.gz
Doxygen-5fc82b2275e202438ac61b070ac5f4be0df792d6.tar.bz2
Fixed problem where automatic line breaking caused missing vertical bars in the parameter table for Latex output.
Diffstat (limited to 'src')
-rw-r--r--src/memberdef.cpp3
1 files changed, 1 insertions, 2 deletions
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);