Descriptions

Text entered in the Description field of the Features window for an object is generated into a comment that appears in the specification file for the package that owns the object, not in the specification file for the object itself. The comment is generated immediately before the structure allocation for the object.

For example, if you enter the description "A is an object of implicit type" in the Features window for an object A that belongs to the Default package, the following comment line appears before the structure allocation line in the Default.h file:

/* A is an object of implicit type */
extern struct A_t A;

Feedback