From: David Majnemer Date: Tue, 25 Feb 2014 06:22:25 +0000 (+0000) Subject: Modules: Fix malformed reStructuredText X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27d8b20ee50ffa6e6cad334c3e1d509b63a04dcd;p=platform%2Fupstream%2Fllvm.git Modules: Fix malformed reStructuredText llvm-svn: 202117 --- diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 9fb4c77..8d7eaa6 100644 --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -573,7 +573,7 @@ A *use-declaration* specifies one of the other modules that the module is allowe 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.