Fix sphinx-build warnings in clang docs.

llvm-svn: 206661
This commit is contained in:
Reid Kleckner 2014-04-18 21:55:49 +00:00
parent 5d21c4990f
commit 230f662d12
2 changed files with 3 additions and 3 deletions

View File

@ -338,7 +338,7 @@ the configuration (without a prefix: ``Auto``).
**SpacesBeforeTrailingComments** (``unsigned``)
The number of spaces before trailing line comments (//-comments).
This does not affect trailing block comments (/**/-comments) as those
This does not affect trailing block comments (/\*\*/-comments) as those
commonly have different usage patterns and a number of special cases.
**SpacesInAngles** (``bool``)

View File

@ -761,7 +761,7 @@ express this with a single module map file in the library:
because the header ``Foo_Private.h`` won't always be available. The
module map file could be customized based on whether
``Foo_Private.h``is available or not, but doing so requires custom
``Foo_Private.h`` is available or not, but doing so requires custom
build machinery.
Private module map files, which are named ``module.private.modulemap``
@ -770,7 +770,7 @@ augment the primary module map file with an additional submodule. For
example, we would split the module map file above into two module map
files:
.. parsed-literal::
.. code-block:: c
/* module.modulemap */
module Foo {