mirror of https://github.com/microsoft/clang.git
Modules: Fix malformed reStructuredText
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
865dbb1ddb
commit
2012aaa641
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue