enum CXCommentParamPassDirection
Description
Describes parameter passing direction for \ param or \ arg command.
Declared at: clang/include/clang-c/Documentation.h:195
Enumerators
Name | Value | Comment |
---|---|---|
CXCommentParamPassDirection_In | 0 | The parameter is an input parameter. |
CXCommentParamPassDirection_Out | 1 | The parameter is an output parameter. |
CXCommentParamPassDirection_InOut | 2 | The parameter is an input and output parameter. |