Sparx Systems Forum
Enterprise Architect => Bugs and Issues => Topic started by: Ohad Young on May 01, 2009, 12:01:00 am
-
Hi,
I imported java source code to a model. The java source code contains javadoc for classes, operations etc. The documentation of the operations is not identical to its javadoc counterpart.
javadoc for example:
/**
* Describes a scoping entity supported by the service.
*
* @param seId
* Scoping entity identifier.
* @return The description of the scoping entity.
* @throws UnrecognizedEntityException
* The scoping entity is not recognized by the service.
* @see ScopingEntityDO
*/
Model operation documentation:
Describes a scoping entity supported by the service.
@return The description of the scoping entity.
@see ScopingEntityDO
The operation's @throws and @param javadoc is missing from the documentation in the model.
Is there a way to resolve it?
Thanks, Ohad
-
Throws has went into the tagged value notes.
Param has went into the parameter notes.
-
got it, thanks!
Is it possible to display tagged value notes and parameter notes in a diagram?
-
No, neither are currently possible to display on the diagram.