r313320 - Fix reStructuredText warning.

Douglas Gregor via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 14 16:58:19 PDT 2017


Author: dgregor
Date: Thu Sep 14 16:58:18 2017
New Revision: 313320

URL: http://llvm.org/viewvc/llvm-project?rev=313320&view=rev
Log:
Fix reStructuredText warning.

Modified:
    cfe/trunk/docs/Modules.rst

Modified: cfe/trunk/docs/Modules.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Modules.rst?rev=313320&r1=313319&r2=313320&view=diff
==============================================================================
--- cfe/trunk/docs/Modules.rst (original)
+++ cfe/trunk/docs/Modules.rst Thu Sep 14 16:58:18 2017
@@ -669,7 +669,7 @@ Note that, if ``Derived.h`` includes ``B
   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.
 




More information about the cfe-commits mailing list