Revert "fix #7221 (#7230)" (#7387)

This reverts commit 7a050b4b19.

Co-authored-by: ptosco <paolo.tosco@novartis.com>
This commit is contained in:
Paolo Tosco
2024-04-28 06:21:31 +02:00
committed by GitHub
parent 08e4ffe82d
commit 614b365a5f

View File

@@ -542,7 +542,7 @@ class ProcessDocLines:
self.top_signature = src_line
if overload_prefix:
src_line = overload_prefix + src_line
return src_line.replace("\\", "\\\\")
return src_line
def process_doc_lines(self, doc_lines):
"""Process the raw docstring lines.