Book a Demo

Author Topic: Documentation - Java Doc generation  (Read 3006 times)

cowsaymoo

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Documentation - Java Doc generation
« on: December 02, 2008, 08:22:38 pm »
Hi all,

I've got some questions relating to generating the Java Doc in HTML documentation using EA:

1. How can exceptions be documented in EA so that a Java Doc tag @throws is created?

2. How can the return value(s) be documented in EA, so that the Java Doc tag @returns is correctly generated, and the return value documentation is nice formatted in HTML?

3. Are Java Doc tags @link, @see supported?

4. Can the tags @author and  @version generated in the class header be suppressed?