Online Eiffel Documentation |
Documentation Home > Tools > EiffelStudio > EiffelStudio Reference > Wizards and dialogs > Dialogs > New feature dialog > New feature dialog |
EiffelStudio |
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, Second Edition, paragraph 26.4. The description should be informative, clear and terse.
For example, suppose you have an attribute count. You can enter the following header comment:
count: INTEGER -- Number of students in course
Copyright 1993-2006 Eiffel Software. All rights reserved. |