diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-03-22 10:25:15 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-03-22 10:25:15 +0000 |
commit | 22ee0c17a69240d540f174eea91a53b885718944 (patch) | |
tree | 1439d5d02ff2d3b3c1d8a55079ebbfe512b31951 /clang/docs/Modules.rst | |
parent | 689ae01244f50f6e046af9b9808a28c5f938853b (diff) | |
download | bcm5719-llvm-22ee0c17a69240d540f174eea91a53b885718944.tar.gz bcm5719-llvm-22ee0c17a69240d540f174eea91a53b885718944.zip |
Documentation: fix a typo and formatting
llvm-svn: 177722
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r-- | clang/docs/Modules.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index ea4b7a48969..ba55892cde4 100644 --- a/clang/docs/Modules.rst +++ b/clang/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* |