clang
6.0.0
|
#include "clang-c/Index.h"
Go to the source code of this file.
Classes | |
struct | CXComment |
A parsed comment. More... | |
Enumerations | |
enum | CXCommentKind { CXComment_Null = 0, CXComment_Text = 1, CXComment_InlineCommand = 2, CXComment_HTMLStartTag = 3, CXComment_HTMLEndTag = 4, CXComment_Paragraph = 5, CXComment_BlockCommand = 6, CXComment_ParamCommand = 7, CXComment_TParamCommand = 8, CXComment_VerbatimBlockCommand = 9, CXComment_VerbatimBlockLine = 10, CXComment_VerbatimLine = 11, CXComment_FullComment = 12 } |
Describes the type of the comment AST node (CXComment ). More... | |
enum | CXCommentInlineCommandRenderKind { CXCommentInlineCommandRenderKind_Normal, CXCommentInlineCommandRenderKind_Bold, CXCommentInlineCommandRenderKind_Monospaced, CXCommentInlineCommandRenderKind_Emphasized } |
The most appropriate rendering mode for an inline command, chosen on command semantics in Doxygen. More... | |
enum | CXCommentParamPassDirection { CXCommentParamPassDirection_In, CXCommentParamPassDirection_Out, CXCommentParamPassDirection_InOut } |
Describes parameter passing direction for \param or \arg command. More... | |