| Parent Type | Top Element | Comment |
|---|---|---|
| class | Yes | Represents a class |
| struct | Yes | Represents a structure |
| enum | Yes | Represents an enum |
| method | No | Represents a method or an operation |
| field | No | Represents a class field, a struture field, a property, or an event |
| constant | No | Represents a constant used for enum states |
| argument | No | Represents an argument |
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.