From 6aa7f36ce924cf9dc59a951e5727b17c37d0345e Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Sun, 31 Aug 2014 20:50:07 +0200 Subject: Bug 735759 - Broken man pages due to bad use of autoBreak --- src/memberdef.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/memberdef.cpp b/src/memberdef.cpp index 80a4117..4848cc4 100644 --- a/src/memberdef.cpp +++ b/src/memberdef.cpp @@ -1531,7 +1531,7 @@ void MemberDef::writeDeclaration(OutputList &ol, getBodyDef(), // fileScope this, // self ltype.left(i), // text - TRUE // autoBreak + FALSE // autoBreak ); getAnonymousEnumType()->writeEnumDeclaration(ol,cd,nd,fd,gd,compoundType); //ol+=*getAnonymousEnumType()->enumDecl(); @@ -1545,7 +1545,7 @@ void MemberDef::writeDeclaration(OutputList &ol, getBodyDef(), // fileScope this, // self ltype, // text - TRUE // autoBreak + FALSE // autoBreak ); } } @@ -1566,7 +1566,7 @@ void MemberDef::writeDeclaration(OutputList &ol, getBodyDef(), // fileScope this, // self ltype, // text - TRUE // autoBreak + FALSE // autoBreak ); } bool htmlOn = ol.isEnabled(OutputGenerator::Html); -- cgit v0.12