Commit 6aa7f36c authored by Mattias Ellert's avatar Mattias Ellert

Bug 735759 - Broken man pages due to bad use of autoBreak

parent 41887832
...@@ -1531,7 +1531,7 @@ void MemberDef::writeDeclaration(OutputList &ol, ...@@ -1531,7 +1531,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
getBodyDef(), // fileScope getBodyDef(), // fileScope
this, // self this, // self
ltype.left(i), // text ltype.left(i), // text
TRUE // autoBreak FALSE // autoBreak
); );
getAnonymousEnumType()->writeEnumDeclaration(ol,cd,nd,fd,gd,compoundType); getAnonymousEnumType()->writeEnumDeclaration(ol,cd,nd,fd,gd,compoundType);
//ol+=*getAnonymousEnumType()->enumDecl(); //ol+=*getAnonymousEnumType()->enumDecl();
...@@ -1545,7 +1545,7 @@ void MemberDef::writeDeclaration(OutputList &ol, ...@@ -1545,7 +1545,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
getBodyDef(), // fileScope getBodyDef(), // fileScope
this, // self this, // self
ltype, // text ltype, // text
TRUE // autoBreak FALSE // autoBreak
); );
} }
} }
...@@ -1566,7 +1566,7 @@ void MemberDef::writeDeclaration(OutputList &ol, ...@@ -1566,7 +1566,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
getBodyDef(), // fileScope getBodyDef(), // fileScope
this, // self this, // self
ltype, // text ltype, // text
TRUE // autoBreak FALSE // autoBreak
); );
} }
bool htmlOn = ol.isEnabled(OutputGenerator::Html); bool htmlOn = ol.isEnabled(OutputGenerator::Html);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment