Header comment

In the header comment field you can type a description of the feature. For style guidelines in writing a header comment, see Object-Oriented Software Construction, 2nd Edition, chapter 26, section 4. The description should be informative, clear and terse.

For example, suppose you have an attribute count. You can enter the following header comment:


When clicking OK this code is generated:
count: INTEGER -- Number of students in course

cached: 03/19/2024 1:25:48.000 AM