r191097 - Fix ReST links I just added to the manual

Reid Kleckner reid at kleckner.net
Fri Sep 20 10:54:40 PDT 2013


Author: rnk
Date: Fri Sep 20 12:54:39 2013
New Revision: 191097

URL: http://llvm.org/viewvc/llvm-project?rev=191097&view=rev
Log:
Fix ReST links I just added to the manual

Modified:
    cfe/trunk/docs/UsersManual.rst

Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=191097&r1=191096&r2=191097&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Fri Sep 20 12:54:39 2013
@@ -1218,14 +1218,14 @@ C++; to enable it, use the -fms-extensio
 the default for Windows targets. Note that the support is incomplete.
 Some constructs such as dllexport on classes are ignored with a warning,
 and others such as `Microsoft IDL annotations
-<http://msdn.microsoft.com/en-us/library/8tesw2eh.aspx>` are silently
+<http://msdn.microsoft.com/en-us/library/8tesw2eh.aspx>`_ are silently
 ignored.
 
 clang has a -fms-compatibility flag that makes clang accept enough
 invalid C++ to be able to parse most Microsoft headers. For example, it
 allows `unqualified lookup of dependent base class members
-<http://clang.llvm.org/compatibility.html#dep_lookup_bases>`, which is a
-common compatibility issue with clang. This flag is enabled by default
+<http://clang.llvm.org/compatibility.html#dep_lookup_bases>`_, which is
+a common compatibility issue with clang. This flag is enabled by default
 for Windows targets.
 
 -fdelayed-template-parsing lets clang delay all template instantiation





More information about the cfe-commits mailing list