Clang.LibClang.clang_BlockCommandComment_getArgText — Method
clang_BlockCommandComment_getArgText(Comment, ArgIdx)

Parameters

  • Comment: a CXComment_BlockCommand AST node.

  • ArgIdx: argument index (zero-based).

Returns

text of the specified word-like argument.

source