r370987 - [www] Fix hyperlink syntax in attribute reference.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 4 14:31:22 PDT 2019


Author: rsmith
Date: Wed Sep  4 14:31:22 2019
New Revision: 370987

URL: http://llvm.org/viewvc/llvm-project?rev=370987&view=rev
Log:
[www] Fix hyperlink syntax in attribute reference.

Modified:
    cfe/trunk/include/clang/Basic/AttrDocs.td

Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=370987&r1=370986&r2=370987&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Wed Sep  4 14:31:22 2019
@@ -2637,7 +2637,7 @@ is retained by the return value of the a
 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.
   }];




More information about the cfe-commits mailing list