enum CXCommentParamPassDirection

Description

Describes parameter passing direction for \ param or \ arg command.

Declared at: clang/include/clang-c/Documentation.h:195

Enumerators

NameValueComment
CXCommentParamPassDirection_In0The parameter is an input parameter.
CXCommentParamPassDirection_Out1The parameter is an output parameter.
CXCommentParamPassDirection_InOut2The parameter is an input and output parameter.