From: Douglas Gregor Date: Thu, 14 Sep 2017 23:58:18 +0000 (+0000) Subject: Fix reStructuredText warning. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bae9b8ea2b355f5b3abbc6ab20fba9f89b94fb06;p=platform%2Fupstream%2Fllvm.git Fix reStructuredText warning. llvm-svn: 313320 --- diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 431bad1..757be61 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.