enum InlineCommandComment::RenderKind
Description
The most appropriate rendering mode for this command, chosen on command semantics in Doxygen.
Declared at: clang/include/clang/AST/Comment.h:306
Enumerators
Name | Value | Comment |
---|---|---|
RenderNormal | 0 | |
RenderBold | 1 | |
RenderMonospaced | 2 | |
RenderEmphasized | 3 | |
RenderAnchor | 4 |