TestClass Class

Test class demonstrating internal parameter warning behavior. More...

Header: #include <TestClass>

Public Functions

void correctFunction(int correctParam)

Detailed Description

This class contains functions with both regular and internal documentation to verify that parameter validation warnings are properly suppressed for internal documentation when showinternal is disabled.

Member Function Documentation

void TestClass::correctFunction(int correctParam)

Regular function with correct parameters.

This function takes correctParam as expected. This should not generate any warnings.