enum CXCommentInlineCommandRenderKind
Description
The most appropriate rendering mode for an inline command, chosen on command semantics in Doxygen.
Declared at: clang/include/clang-c/Documentation.h:164
Enumerators
Name | Value | Comment |
---|---|---|
CXCommentInlineCommandRenderKind_Normal | 0 | Command argument should be rendered in a normal font. |
CXCommentInlineCommandRenderKind_Bold | 1 | Command argument should be rendered in a bold font. |
CXCommentInlineCommandRenderKind_Monospaced | 2 | Command argument should be rendered in a monospaced font. |
CXCommentInlineCommandRenderKind_Emphasized | 3 | Command argument should be rendered emphasized (typically italic font). |
CXCommentInlineCommandRenderKind_Anchor | 4 | Command argument should not be rendered (since it only defines an anchor). |