Commenting Style (Application Wizard)

See Also   Tasks

Allows you to specify the how much and what type of comments you want the wizard to generate for your application.

Options

Doc Comment

When this option is selected, the wizard adds Javadoc comments to all classes and their members. Javadoc comments make documenting your code easier. The comments generated by the wizard provide useful information on the code that the Application wizard generates.

TODO Comments

When this option is selected, the wizard adds TODO comments in sections of the code that the wizard generates which can be modified or where code should be added to enhance the application. You can view TODO comments in the Task List window.

Sample Functionality Comments

When this option is selected, the wizard adds comments for any sample functionality code generated by the wizard. Sample functionality comments provide information on what the code added by the wizard is intended to do, and it can assist you in determining what code was automatically generated for your application.