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
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3143,8 +3143,7 @@ void MemberDef::writeMemberDocSimple(OutputList &ol, Definition *container)
scope, // scope scope, // scope
getBodyDef(), // fileScope getBodyDef(), // fileScope
this, // self this, // self
ts, // text ts // text
TRUE // autoBreak
); );
} }
ol.endDoxyAnchor(cfname,memAnchor); ol.endDoxyAnchor(cfname,memAnchor);
Expand Down

0 comments on commit 5fc82b2

Please sign in to comment.