Bug 61945 - Documentation in generated code incorrect
Summary: Documentation in generated code incorrect
Status: RESOLVED LATER
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-01 11:08 UTC by kde
Modified: 2005-01-04 15:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kde 2003-08-01 11:08:10 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Mandrake RPMs

This is probably related to bugs 53372 and 55729

Current release 1.1.1: documentation blocks for attributes and methods are produced in generated php code, but not java.

Tags should be properly formated for javadoc etc, such as

@author Me
@version 1.0
@see other::class
@param in
@return out

should be created on separate lines as
* @author me
etc. At present all on one line
Comment 1 kde 2004-05-15 13:19:05 UTC
Update for version 1.2.2:

java output now looks ok, but php output still creates comments on one line

example:
 * class User
 * @author Me @version 1.0

should read
 * class User
 * @author Me
 * @version 1.0
Comment 2 Jonathan Riddell 2004-05-28 16:36:55 UTC
This is down to the formatDoc() method in codegenerator.cpp
Comment 3 Oliver Kellogg 2005-01-04 15:18:00 UTC
It's fixed here. Just waiting for CVS to warm up before commit