Skip to content

Commit

Permalink
Fixed problem where automatic line breaking caused missing vertical b…
Browse files Browse the repository at this point in the history
…ars in the parameter table for Latex output.
  • Loading branch information
Dimitri van Heesch committed Apr 27, 2017
1 parent 898b604 commit 5fc82b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/memberdef.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 5fc82b2

Please sign in to comment.