]> granicus.if.org Git - clang/commitdiff
Fix sphinx-build warnings in clang docs.
authorReid Kleckner <reid@kleckner.net>
Fri, 18 Apr 2014 21:55:49 +0000 (21:55 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 18 Apr 2014 21:55:49 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206661 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst
docs/Modules.rst

index 132e7f91ec590a51f5d353cc92fc817048083577..27d5e7426adb47c79ce94038d5bf4ee6f46b67de 100644 (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``)
index 183a8f208f661ca39f87bb91642eede98aaa229a..59daebcc9361fb678d1058f15c3284549a3711c1 100644 (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 {