<div dir="ltr">Thank you. Do you have commit access?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 15, 2014 at 2:37 PM, Adam Strzelecki <span dir="ltr"><<a href="mailto:ono@java.pl" target="_blank">ono@java.pl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">This fixes Sphinx build error:<br>
  Warning, treated as error:<br>
  WARNING: Inline emphasis start-string without end-string.<br>
---<br>
</div> docs/ClangFormatStyleOptions.rst | 5 +++--<br>
 include/clang/Format/Format.h    | 5 +++--<br>
 2 files changed, 6 insertions(+), 4 deletions(-)<br>
<br>
diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst<br>
index b2157dd..0483bd7 100644<br>
--- a/docs/ClangFormatStyleOptions.rst<br>
+++ b/docs/ClangFormatStyleOptions.rst<br>
@@ -341,9 +341,10 @@ the configuration (without a prefix: ``Auto``).<br>
   If ``true``, spaces may be inserted into '()'.<br>
<br>
 **SpacesBeforeTrailingComments** (``unsigned``)<br>
-  The number of spaces before trailing line comments (//-comments).<br>
+  The number of spaces before trailing line comments<br>
+  (``//`` - comments).<br>
<div class=""><br>
-  This does not affect trailing block comments (/**/-comments) as those<br>
</div>+  This does not affect trailing block comments (``/**/`` - comments) as those<br>
<div class="">   commonly have different usage patterns and a number of special cases.<br>
<br>
 **SpacesInAngles** (``bool``)<br>
</div>diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h<br>
index 4356ff0..56b796c 100644<br>
--- a/include/clang/Format/Format.h<br>
+++ b/include/clang/Format/Format.h<br>
@@ -120,9 +120,10 @@ struct FormatStyle {<br>
   /// \brief The indentation used for namespaces.<br>
   NamespaceIndentationKind NamespaceIndentation;<br>
<br>
-  /// \brief The number of spaces before trailing line comments (//-comments).<br>
+  /// \brief The number of spaces before trailing line comments<br>
+  /// (\c // - comments).<br>
   ///<br>
-  /// This does not affect trailing block comments (/**/-comments) as those<br>
+  /// This does not affect trailing block comments (\c /**/ - comments) as those<br>
   /// commonly have different usage patterns and a number of special cases.<br>
   unsigned SpacesBeforeTrailingComments;<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
1.8.5.2 (Apple Git-48)<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br></div>