<div dir="ltr">Generally, thank you, however ClangFormatStyleOptions.rst is generated by cfe/docs/tools/dump_format_style.py.<div><br></div><div>Can you make the required changes there (or in the comment of cfe/include/clang/Format/Format.h)? If not, I'll take a look later today.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 15, 2014 at 12:36 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">
This fixes Sphinx build error:<br>
  Warning, treated as error:<br>
  WARNING: Inline emphasis start-string without end-string.<br>
---<br>
 docs/ClangFormatStyleOptions.rst | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst<br>
index b2157dd..edce8ca 100644<br>
--- a/docs/ClangFormatStyleOptions.rst<br>
+++ b/docs/ClangFormatStyleOptions.rst<br>
@@ -343,7 +343,7 @@ the configuration (without a prefix: ``Auto``).<br>
 **SpacesBeforeTrailingComments** (``unsigned``)<br>
   The number of spaces before trailing line comments (//-comments).<br>
<br>
-  This does not affect trailing block comments (/**/-comments) as those<br>
+  This does not affect trailing block comments (/\*\*/-comments) as those<br>
   commonly have different usage patterns and a number of special cases.<br>
<br>
 **SpacesInAngles** (``bool``)<br>
<span class="HOEnZb"><font color="#888888">--<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>
</font></span></blockquote></div><br></div>