r202117 - Modules: Fix malformed reStructuredText

David Majnemer david.majnemer at gmail.com
Mon Feb 24 22:22:25 PST 2014


Author: majnemer
Date: Tue Feb 25 00:22:25 2014
New Revision: 202117

URL: http://llvm.org/viewvc/llvm-project?rev=202117&view=rev
Log:
Modules: Fix malformed reStructuredText

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=202117&r1=202116&r2=202117&view=diff
==============================================================================
--- cfe/trunk/docs/Modules.rst (original)
+++ cfe/trunk/docs/Modules.rst Tue Feb 25 00:22:25 2014
@@ -573,7 +573,7 @@ A *use-declaration* specifies one of the
     use B
   }
 
-When compiling a source file that implements a module, use the option ``-fmodule-name=``module-id to indicate that the source file is logically part of that module.
+When compiling a source file that implements a module, use the option ``-fmodule-name=module-id`` to indicate that the source file is logically part of that module.
 
 The compiler at present only applies restrictions to the module directly being built.
 





More information about the cfe-commits mailing list