diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2019-09-04 21:31:22 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2019-09-04 21:31:22 +0000 |
commit | a18c934e1aebcc1cb315b638db20a936eb8fc939 (patch) | |
tree | 7e31fe98688a98c485a2fbcf58b7df14cfbd6bca | |
parent | 252d7a862be252286dd9e4798bb7e30688d12556 (diff) | |
download | bcm5719-llvm-a18c934e1aebcc1cb315b638db20a936eb8fc939.tar.gz bcm5719-llvm-a18c934e1aebcc1cb315b638db20a936eb8fc939.zip |
[www] Fix hyperlink syntax in attribute reference.
llvm-svn: 370987
-rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 103bc8b9d3b..1379da84bfc 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -2637,7 +2637,7 @@ is retained by the return value of the annotated function It is only supported in C++. This attribute provides an experimental implementation of the facility -described in the C++ committee paper [http://wg21.link/p0936r0](P0936R0), +described in the C++ committee paper `P0936R0 <http://wg21.link/p0936r0>`_, and is subject to change as the design of the corresponding functionality changes. }]; |