[Issue 5742] PHPDoc seems to cut words off

[email protected] Sat, 9 Feb 2013 07:53:48 -0800 (PST)
Newsgroups gmane.comp.lang.uml.argouml.issues
Message-ID <[email protected]>
http://argouml.tigris.org/issues/show_bug.cgi?id=5742






------- Additional comments from [email protected] Sat Feb  9 07:53:48 -0800 2013 -------
The description goes into the "PHPDocumentor.wrapDescription" function.
A parameter 80 is set in order to change line.
But, in function, the maxLen is set to :
int iMaxLen = iMaxWidth - 4 - sIndent.length();

ie :  80 - 4 - wordsAlreadyWritten

Why is there "-4" ? For 1st space and "*" ? I think 80 was the length for text 
only. As I don't know, I don't change anything now (but surely later if no 
post).

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=3048222

To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.