[Uml-devel] [Bug 126480] New: Comments are cut short when generating PHP code
James
james at piku.org.uk
Sat Apr 29 14:55:10 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=126480
Summary: Comments are cut short when generating PHP code
Product: umbrello
Version: 1.5.2
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: james piku org uk
Version: 1.5.2 (using KDE 3.5.2, Gentoo)
Compiler: gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
OS: Linux (i686) release 2.6.16-gentoo-r1
When generating PHP code (not PHP5) any documentation added for an operation in the Class Diagram is cut short to one line in the generated code.
As an example, I have the following documentation added to an operation in my Class Diagram:
"Performs a text search on the project data. 'project_list' now contains the MySQL results, or the function returns 0 if it fails."
However the generated PHP looks like this:
/**
* Performs a text search on the project data. 'project_list' now contains the MySQL
*
* return int
* access public
*/
More information about the umbrello-devel
mailing list