From: Dmitri Gribenko Date: Fri, 22 Mar 2013 10:25:15 +0000 (+0000) Subject: Documentation: fix a typo and formatting X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2cc52159023b2008cf028dc6bf153c264fc686f;p=clang Documentation: fix a typo and formatting git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177722 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Modules.rst b/docs/Modules.rst index ea4b7a4896..ba55892cde 100644 --- a/docs/Modules.rst +++ b/docs/Modules.rst @@ -239,7 +239,7 @@ Within a module map file, modules are referred to by a *module-id*, which uses p .. parsed-literal:: *module-id*: - *identifier* (',' *identifier*)* + *identifier* ('.' *identifier*)* Module declaration ------------------ @@ -269,7 +269,7 @@ The ``system`` attribute specifies that the module is a system module. When a sy Modules can have a number of different kinds of members, each of which is described below: -.. parsed-literal: +.. parsed-literal:: *module-member*: *requires-declaration*