A test class demonstrating showinternal functionality. More...
| Header: | #include <InternalClass> |
| enum | PublicEnum { RegularValue, AnotherValue } |
| InternalClass() | |
| void | publicFunction() |
| void | protectedFunction() |
This class contains a mix of regular and internal documentation. Regular members should always appear, while internal members should only appear when showinternal is enabled.
Regular public enum.
This should always appear in documentation.
| Constant | Value | Description |
|---|---|---|
InternalClass::RegularValue | 0 | Regular enum value |
InternalClass::AnotherValue | 1 | Another regular value |
Regular public constructor.
This should always appear in documentation.
[protected] void InternalClass::protectedFunction()Regular protected function.
This should always appear in documentation.
Regular public function.
This should always appear in documentation.