From 5fc82b2275e202438ac61b070ac5f4be0df792d6 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 27 Apr 2017 14:43:26 +0200 Subject: [PATCH] Fixed problem where automatic line breaking caused missing vertical bars in the parameter table for Latex output. --- src/memberdef.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/memberdef.cpp b/src/memberdef.cpp index d37efb97ba5..26001a1228f 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);