javadoc support in ESS-Model
Brought to you by:
petersoder,
villekrumlinde
ESS-Model is an excellent tool. I love it so much. I
found the Generate document is very useful for me to
create the document for my Delphi components. But is
it possible to add a 'Description' column in the
Attributes & Operations html table that I can put some
comment in my Delphi surce code and ESS-Model just
pull these comment into the html document. Javadoc is
an good standard, I think.
Logged In: YES
user_id=465728
The feature you describe is something that we have thought
about for a while, but haven't been able to implement
successfully yet. The delphi parser in ESS-Model read
comments and associate them with model entities, but they
aren't used in the diagrams.
The html-documentation is the result of applying stylesheets
to xmi-files, and it is not obvious where to put description in
the xmi-standard.
It is on our to-do list and we hope to implement it in a
upcoming version of ESS-Model.
Logged In: YES
user_id=130327
A similar approach can be done on Delphi documentation.
PasDoc-tag support would be very nice to integrate in the
documentation generation tool.
I like very much the generated layout of the HTML.