forked from OSchip/llvm-project
Documentation: fix a typo and formatting
llvm-svn: 177722
This commit is contained in:
parent
689ae01244
commit
22ee0c17a6
|
@ -239,7 +239,7 @@ Within a module map file, modules are referred to by a *module-id*, which uses p
|
||||||
.. parsed-literal::
|
.. parsed-literal::
|
||||||
|
|
||||||
*module-id*:
|
*module-id*:
|
||||||
*identifier* (',' *identifier*)*
|
*identifier* ('.' *identifier*)*
|
||||||
|
|
||||||
Module declaration
|
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:
|
Modules can have a number of different kinds of members, each of which is described below:
|
||||||
|
|
||||||
.. parsed-literal:
|
.. parsed-literal::
|
||||||
|
|
||||||
*module-member*:
|
*module-member*:
|
||||||
*requires-declaration*
|
*requires-declaration*
|
||||||
|
|
Loading…
Reference in New Issue