mirror of https://github.com/CGAL/cgal
bugfix: multiline function declarations with
multiparagraph comments now work
This commit is contained in:
parent
2aaa1b2072
commit
a4d2e66a14
|
|
@ -2161,7 +2161,7 @@ Reference~Manual}%
|
||||||
|
|
||||||
% This macro is used to format function operators "operator()(....)",
|
% This macro is used to format function operators "operator()(....)",
|
||||||
% if they are not formatted in operator notation.
|
% if they are not formatted in operator notation.
|
||||||
\def\ccOperatorFunctionCall #1#2#3 #4(#5(#6)#7;#8\ccEnd{%
|
\long\def\ccOperatorFunctionCall #1#2#3 #4(#5(#6)#7;#8\ccEnd{%
|
||||||
\def\ccExtendedFormat{\ }% Switches ext. format OFF.
|
\def\ccExtendedFormat{\ }% Switches ext. format OFF.
|
||||||
\ccSeparateFunction{}#3 #4(#5::\ccEnd%
|
\ccSeparateFunction{}#3 #4(#5::\ccEnd%
|
||||||
\setbox\returntypebox=\hbox{{\ccFont
|
\setbox\returntypebox=\hbox{{\ccFont
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue