<classes>

<classes> specifies all the classes of which the documented element or class is a member or subclass. 22.4.4 Element Specifications 22.4.6 Element Classes
Moduletagdocs — 22 Documentation Elements
AttributesIn addition to global attributes
modespecifies the effect of this declaration on its parent module.
Status Optional
Legal values are:
changethis declaration changes the declaration of the same name in the current definition
replacethis declaration replaces the declaration of the same name in the current definition [Default]
Declaration
element classes
{
   att.global.attributes,
   attribute mode { "change" | "replace" }?,
   ( memberOf* )
}
Example
<classes>
 <memberOf key="model.qLike"/>
 <memberOf key="att.declarable"/>
</classes>

This classes element indicates that the element documented (which may be an element or a class) is a member of two distinct classes: model.qLike and att.declarable.

Note
An empty classes element indicates that the element documented is not a member of any class. This should not generally happen.
Contained byclassSpec elementSpec
May contain
tagdocs: memberOf