ΒΆCXString clang_InlineCommandComment_getArgText(
CXComment Comment,
unsigned int ArgIdx)
CXString clang_InlineCommandComment_getArgText(
CXComment Comment,
unsigned int ArgIdx)
Declared at: clang/include/clang-c/Documentation.h:295
Parameters
- CXComment Comment
- a \c CXComment_InlineCommand AST node.
- unsigned int ArgIdx
- argument index (zero-based).
Returns
text of the specified argument.