Enabling and disabling Javadoc comment generation

About this task

For new Java projects, Javadoc comments are generated automatically.

To disable Javadoc generation:

Procedure

  1. Open the Features window for the relevant configuration in your model.
  2. On the Settings tab, clear the Generate JavaDoc Comments check box.

Results

Note: When you clear or select the Generate JavaDoc Comments check box, it changes the value of the boolean property CG::Configuration::UseDescriptionTemplates.

To enable the generation of Javadoc comments for existing projects

Procedure

  1. Open the project in the product.
  2. Add the JavaDocProfile to your project.

Feedback