public static extern CXString BlockCommandComment_getArgText(CXComment @Comment, uint @ArgIdx);
public static extern CXString HTMLTagComment_getAsString(CXComment @Comment);
public static extern uint Comment_getNumChildren(CXComment @Comment);
public static extern uint TParamCommandComment_isParamPositionValid(CXComment @Comment);
public static extern uint TParamCommandComment_getIndex(CXComment @Comment, uint @Depth);
public static extern uint ParamCommandComment_getParamIndex(CXComment @Comment);
public static extern CXCommentParamPassDirection ParamCommandComment_getDirection(CXComment @Comment);
public static extern CXCommentInlineCommandRenderKind InlineCommandComment_getRenderKind(CXComment @Comment);
public static extern uint InlineCommandComment_getNumArgs(CXComment @Comment);
public static extern CXString TextComment_getText(CXComment @Comment);
public static extern CXString InlineCommandComment_getCommandName(CXComment @Comment);
public static extern uint InlineContentComment_hasTrailingNewline(CXComment @Comment);
public static extern uint Comment_isWhitespace(CXComment @Comment);
public static extern CXComment Comment_getChild(CXComment @Comment, uint @ChildIdx);
public static extern CXComment BlockCommandComment_getParagraph(CXComment @Comment);
public static extern CXString HTMLTagComment_getTagName(CXComment @Comment);
public static extern uint ParamCommandComment_isParamIndexValid(CXComment @Comment);
public static extern uint HTMLStartTagComment_isSelfClosing(CXComment @Comment);
public static extern uint ParamCommandComment_isDirectionExplicit(CXComment @Comment);
public static extern uint HTMLStartTag_getNumAttrs(CXComment @Comment);
public static extern CXString TParamCommandComment_getParamName(CXComment @Comment);
public static extern CXString HTMLStartTag_getAttrValue(CXComment @Comment, uint @AttrIdx);
public static extern uint TParamCommandComment_getDepth(CXComment @Comment);
public static extern CXString BlockCommandComment_getCommandName(CXComment @Comment);
public static extern CXString VerbatimLineComment_getText(CXComment @Comment);
public static extern uint BlockCommandComment_getNumArgs(CXComment @Comment);
public static extern CXString FullComment_getAsXML(CXComment @Comment);
public static extern CXCommentKind Comment_getKind(CXComment @Comment);