r205035 - Documentation: remove a spurious '1' and wrap to 80 columns

Dmitri Gribenko gribozavr at gmail.com
Fri Mar 28 12:25:09 PDT 2014


Author: gribozavr
Date: Fri Mar 28 14:25:09 2014
New Revision: 205035

URL: http://llvm.org/viewvc/llvm-project?rev=205035&view=rev
Log:
Documentation: remove a spurious '1' and wrap to 80 columns

Modified:
    cfe/trunk/docs/Modules.rst

Modified: cfe/trunk/docs/Modules.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Modules.rst?rev=205035&r1=205034&r2=205035&view=diff
==============================================================================
--- cfe/trunk/docs/Modules.rst (original)
+++ cfe/trunk/docs/Modules.rst Fri Mar 28 14:25:09 2014
@@ -242,7 +242,10 @@ a module, one must write a ``module.modu
 and is written in the module map language described below.
 
 .. note::
-    For compatibility with previous releases, if a module map file named ``module.modulemap`` is not found, Clang will also search for a file named ``module.map``. This behavior is deprecated and we plan to eventually remove it.1
+    For compatibility with previous releases, if a module map file named
+    ``module.modulemap`` is not found, Clang will also search for a file named
+    ``module.map``. This behavior is deprecated and we plan to eventually
+    remove it.
 
 As an example, the module map file for the C standard library might look a bit like this:
 





More information about the cfe-commits mailing list