diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2014-03-28 19:25:09 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2014-03-28 19:25:09 +0000 |
commit | 3be06ffcd824918829363fba71b87b7852852a20 (patch) | |
tree | e18b529e748b36213c51d893e693a4b3a6475a47 /clang/docs/Modules.rst | |
parent | a674f60dfd189d5a6f186476ddd08d5037c18384 (diff) | |
download | bcm5719-llvm-3be06ffcd824918829363fba71b87b7852852a20.tar.gz bcm5719-llvm-3be06ffcd824918829363fba71b87b7852852a20.zip |
Documentation: remove a spurious '1' and wrap to 80 columns
llvm-svn: 205035
Diffstat (limited to 'clang/docs/Modules.rst')
-rw-r--r-- | clang/docs/Modules.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 39aa73a343c..eec0b774cf6 100644 --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -242,7 +242,10 @@ a module, one must write a ``module.modulemap`` file for that library. The and is written in the module map language described below. .. note:: - For compatibility with previous releases, if a module map file named ``module.modulemap`` is not found, Clang will also search for a file named ``module.map``. This behavior is deprecated and we plan to eventually remove it.1 + For compatibility with previous releases, if a module map file named + ``module.modulemap`` is not found, Clang will also search for a file named + ``module.map``. This behavior is deprecated and we plan to eventually + remove it. As an example, the module map file for the C standard library might look a bit like this: |