diff options
author | Douglas Gregor <dgregor@apple.com> | 2017-09-14 23:58:18 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2017-09-14 23:58:18 +0000 |
commit | bae9b8ea2b355f5b3abbc6ab20fba9f89b94fb06 (patch) | |
tree | f45db25e352a1607c90aa33bb801a2d85e0292be /clang/docs/Modules.rst | |
parent | 175625c8b8b1c535a8438e136903604584798c8d (diff) | |
download | bcm5719-llvm-bae9b8ea2b355f5b3abbc6ab20fba9f89b94fb06.tar.gz bcm5719-llvm-bae9b8ea2b355f5b3abbc6ab20fba9f89b94fb06.zip |
Fix reStructuredText warning.
llvm-svn: 313320
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 431bad1beb0..757be619139 100644 --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -669,7 +669,7 @@ Note that, if ``Derived.h`` includes ``Base.h``, one can simply use a wildcard e all of them). Re-export Declaration -~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~ An *export-as-declaration* specifies that the current module will have its interface re-exported by the named module. |