================
@@ -101,7 +101,7 @@ def extract_result_types(comment):
 
 
 def strip_doxygen(comment):
-    """Returns the given comment without \-escaped words."""
+    """Returns the given comment without \\-escaped words."""
----------------
ellishg wrote:

I see lots of changes to comment blocks in this patch. Can we use `'''` instead 
to fix those warnings?

https://github.com/llvm/llvm-project/pull/86806
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to