Go to the source code of this file.
Defines | |
#define | UNUSED(par) |
Decorate unused parameters in function/method declaration. |
define some usefull macros
#define UNUSED | ( | par | ) |
Decorate unused parameters in function/method declaration.
The macro masks the parameter name from real compiler so that the compiler does not produce warning about the unused paramter. The doxy configuration file contains the definition
PREDEFINED += "UNUSED(p)=p"
so that the parameters are visible to doxygen. This makes it possible to document them