1
General Board / Re: WRAP and WRAP_COMMENT macro problem
« on: May 17, 2005, 10:34:37 pm »
Thanks. I was a bit suspicious when WRAP wasn't highlighted.
WRAP_LINES works for us.
WRAP_LINES works for us.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
%if genOptGenComments != "T"%
%endTemplate%
%PI=""%
$wrapLen = %genOptWrapComment%
$style = %genOptCPPCommentStyle%
%if $style == "XML.NET"%
%XML_COMMENT($wrapLen)%
%elseIf $style == "JavaDoc"%
/**\n
%WRAP_COMMENT( classNotes, "80", "", "" )%
\n*/
%else%
%CSTYLE_COMMENT($wrapLen)%
%endIf%
class A
{
...
bool operator ()( X x, Y y );
...
};
%PI=" "%
$type=%REPLACE(linkAttQualName,".","::")%
$qualType=%packagePath% + "::" + %linkAttName%
%if genOptCPPGenNamespace == "T" and $type == $qualType%
$type="boost::shared_ptr<"+%linkAttName%+">"
%endIf%
%if linkAttCollectionClass != "" and linkCard != "" and linkCard != "0" and linkCard != "0..1" and linkCard != "1"%
$type=%REPLACE(linkAttCollectionClass,"$TYPE",$type)%
%endIf%
$type
%if linkAttRole != ""%
%linkAttRole%;
%else%
%REPLACE(genOptDefaultAssocAttName,"$LinkClass",linkAttName)%;
%endIf%