Sparx Systems Forum

Enterprise Architect => Bugs and Issues => Topic started by: Ohad Young on May 01, 2009, 12:01:00 am

Title: javadoc documentation
Post 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
Title: Re: javadoc documentation
Post by: Eve on May 01, 2009, 08:19:52 am
Throws has went into the tagged value notes.
Param has went into the parameter notes.
Title: Re: javadoc documentation
Post by: Ohad Young on May 01, 2009, 09:22:46 pm
got it, thanks!
Is it possible to display tagged value notes and parameter notes in a diagram?
Title: Re: javadoc documentation
Post by: Eve on May 04, 2009, 08:40:08 am
No, neither are currently possible to display on the diagram.