Bug 70870 - Java code generation ignores operation parameter documentation
Summary: Java code generation ignores operation parameter documentation
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-19 22:08 UTC by Harm
Modified: 2006-02-20 11:33 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 Harm 2003-12-19 22:08:10 UTC
Version:            (using KDE KDE 3.1.94)
Installed from:    Gentoo Packages
Compiler:          gcc version 3.3.2 20031201 (Gentoo Linux 3.3.2-r4, propolice) 
OS:          Linux

currently the documentation for operation(method) parameters is not used in the Java code generator.
e.g.
/**
* operation documentation ....
* @param <parameter> documentation
*/

I'm using umbrello 1.2-beta, part of the kdesdk-3.2-beta2 package.

It would be great to have this working for use with javadoc
Comment 1 Jonathan Riddell 2003-12-22 16:36:32 UTC
This has now been fixed in CVS
Comment 2 Christoph Hoeger 2006-02-20 11:33:58 UTC
This bug seems to live on in version 1.5.0
I am using FC4 and neither c++ nor java code creation comes with the operation parameters.
Does someone know why?