diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-02-25 06:22:25 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-02-25 06:22:25 +0000 |
commit | 27d8b20ee50ffa6e6cad334c3e1d509b63a04dcd (patch) | |
tree | dffa4e01c4b2870b66abbaf8f4ff56aa630d13f8 /clang/docs/Modules.rst | |
parent | ba7eab09d6689b747a8fc5d31f407cd366f8da0b (diff) | |
download | bcm5719-llvm-27d8b20ee50ffa6e6cad334c3e1d509b63a04dcd.tar.gz bcm5719-llvm-27d8b20ee50ffa6e6cad334c3e1d509b63a04dcd.zip |
Modules: Fix malformed reStructuredText
llvm-svn: 202117
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r-- | clang/docs/Modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 9fb4c774874..8d7eaa6fc2b 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. |