summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/Documentation.h
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2019-12-21 14:47:52 +0100
committerMark de Wever <koraq@xs4all.nl>2019-12-21 14:52:21 +0100
commitbe1a9b3863b6649ef64f25c22394335c47f2ef31 (patch)
tree7361e0687b0b0b6b09712811029c2efde448764f /clang/include/clang-c/Documentation.h
parent2947da9ff7d1a1c1d0356ac51405e6576d8fbf64 (diff)
downloadbcm5719-llvm-be1a9b3863b6649ef64f25c22394335c47f2ef31.tar.gz
bcm5719-llvm-be1a9b3863b6649ef64f25c22394335c47f2ef31.zip
[Wdocumentation] Implement \anchor
Differential revision: https://reviews.llvm.org/D69223
Diffstat (limited to 'clang/include/clang-c/Documentation.h')
-rw-r--r--clang/include/clang-c/Documentation.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/clang/include/clang-c/Documentation.h b/clang/include/clang-c/Documentation.h
index ad3dd3bc78b..5bece2cb675 100644
--- a/clang/include/clang-c/Documentation.h
+++ b/clang/include/clang-c/Documentation.h
@@ -181,7 +181,12 @@ enum CXCommentInlineCommandRenderKind {
* Command argument should be rendered emphasized (typically italic
* font).
*/
- CXCommentInlineCommandRenderKind_Emphasized
+ CXCommentInlineCommandRenderKind_Emphasized,
+
+ /**
+ * Command argument should not be rendered (since it only defines an anchor).
+ */
+ CXCommentInlineCommandRenderKind_Anchor
};
/**
OpenPOWER on IntegriCloud