Example #1
0
 public static extern CXString BlockCommandComment_getArgText(CXComment @Comment, uint @ArgIdx);
Example #2
0
 public static extern CXString HTMLTagComment_getAsString(CXComment @Comment);
Example #3
0
 public static extern uint Comment_getNumChildren(CXComment @Comment);
Example #4
0
 public static extern uint TParamCommandComment_isParamPositionValid(CXComment @Comment);
Example #5
0
 public static extern uint TParamCommandComment_getIndex(CXComment @Comment, uint @Depth);
Example #6
0
 public static extern uint ParamCommandComment_getParamIndex(CXComment @Comment);
Example #7
0
 public static extern CXCommentParamPassDirection ParamCommandComment_getDirection(CXComment @Comment);
Example #8
0
 public static extern CXCommentInlineCommandRenderKind InlineCommandComment_getRenderKind(CXComment @Comment);
Example #9
0
 public static extern uint InlineCommandComment_getNumArgs(CXComment @Comment);
Example #10
0
 public static extern CXString TextComment_getText(CXComment @Comment);
Example #11
0
 public static extern CXString InlineCommandComment_getCommandName(CXComment @Comment);
Example #12
0
 public static extern uint InlineContentComment_hasTrailingNewline(CXComment @Comment);
Example #13
0
 public static extern uint Comment_isWhitespace(CXComment @Comment);
Example #14
0
 public static extern CXComment Comment_getChild(CXComment @Comment, uint @ChildIdx);
Example #15
0
 public static extern CXComment BlockCommandComment_getParagraph(CXComment @Comment);
Example #16
0
 public static extern CXString HTMLTagComment_getTagName(CXComment @Comment);
Example #17
0
 public static extern uint ParamCommandComment_isParamIndexValid(CXComment @Comment);
Example #18
0
 public static extern uint HTMLStartTagComment_isSelfClosing(CXComment @Comment);
Example #19
0
 public static extern uint ParamCommandComment_isDirectionExplicit(CXComment @Comment);
Example #20
0
 public static extern uint HTMLStartTag_getNumAttrs(CXComment @Comment);
Example #21
0
 public static extern CXString TParamCommandComment_getParamName(CXComment @Comment);
Example #22
0
 public static extern CXString HTMLStartTag_getAttrValue(CXComment @Comment, uint @AttrIdx);
Example #23
0
 public static extern uint TParamCommandComment_getDepth(CXComment @Comment);
Example #24
0
 public static extern CXString BlockCommandComment_getCommandName(CXComment @Comment);
Example #25
0
 public static extern CXString VerbatimLineComment_getText(CXComment @Comment);
Example #26
0
 public static extern uint BlockCommandComment_getNumArgs(CXComment @Comment);
Example #27
0
 public static extern CXString FullComment_getAsXML(CXComment @Comment);
Example #28
0
 public static extern CXCommentKind Comment_getKind(CXComment @Comment);