InternalClass Class

A test class demonstrating showinternal functionality. More...

Header: #include <InternalClass>

Public Types

enum PublicEnum { RegularValue, AnotherValue }

Public Functions

InternalClass()
void publicFunction()

Protected Functions

void protectedFunction()

Detailed Description

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.

Member Type Documentation

enum InternalClass::PublicEnum

Regular public enum.

This should always appear in documentation.

ConstantValueDescription
InternalClass::RegularValue0Regular enum value
InternalClass::AnotherValue1Another regular value

Member Function Documentation

InternalClass::InternalClass()

Regular public constructor.

This should always appear in documentation.

[protected] void InternalClass::protectedFunction()

Regular protected function.

This should always appear in documentation.

void InternalClass::publicFunction()

Regular public function.

This should always appear in documentation.