dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
CXComment
clang
c
Documentation
A parsed comment.
extern (
C
)
struct
CXComment {
const
(
void
)*
ASTNode
;
CXTranslationUnit
TranslationUnit
;
}
Members
Variables
ASTNode
const
(
void
)*
ASTNode
;
Undocumented in source.
TranslationUnit
CXTranslationUnit
TranslationUnit
;
Undocumented in source.
Meta
Source
See Implementation
clang
c
Documentation
enums
CXCommentInlineCommandRenderKind
CXCommentKind
CXCommentParamPassDirection
functions
clang_BlockCommandComment_getArgText
clang_BlockCommandComment_getCommandName
clang_BlockCommandComment_getNumArgs
clang_BlockCommandComment_getParagraph
clang_Comment_getChild
clang_Comment_getKind
clang_Comment_getNumChildren
clang_Comment_isWhitespace
clang_Cursor_getParsedComment
clang_FullComment_getAsHTML
clang_FullComment_getAsXML
clang_HTMLStartTagComment_isSelfClosing
clang_HTMLStartTag_getAttrName
clang_HTMLStartTag_getAttrValue
clang_HTMLStartTag_getNumAttrs
clang_HTMLTagComment_getAsString
clang_HTMLTagComment_getTagName
clang_InlineCommandComment_getArgText
clang_InlineCommandComment_getCommandName
clang_InlineCommandComment_getNumArgs
clang_InlineCommandComment_getRenderKind
clang_InlineContentComment_hasTrailingNewline
clang_ParamCommandComment_getDirection
clang_ParamCommandComment_getParamIndex
clang_ParamCommandComment_getParamName
clang_ParamCommandComment_isDirectionExplicit
clang_ParamCommandComment_isParamIndexValid
clang_TParamCommandComment_getDepth
clang_TParamCommandComment_getIndex
clang_TParamCommandComment_getParamName
clang_TParamCommandComment_isParamPositionValid
clang_TextComment_getText
clang_VerbatimBlockLineComment_getText
clang_VerbatimLineComment_getText
structs
CXComment
A parsed comment.