]> granicus.if.org Git - clang/commitdiff
Fix ReST links I just added to the manual
authorReid Kleckner <reid@kleckner.net>
Fri, 20 Sep 2013 17:54:39 +0000 (17:54 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 20 Sep 2013 17:54:39 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191097 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 1f5084456dd388e3c20ad3a5781a7284a4230ca9..5ea05bced37368343c00103829e9cc802b9fe271 100644 (file)
@@ -1218,14 +1218,14 @@ C++; to enable it, use the -fms-extensions command-line option. This is
 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
+common compatibility issue with clang. This flag is enabled by default
 for Windows targets.
 
 -fdelayed-template-parsing lets clang delay all template instantiation