aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/cdomain.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/cdomain.py')
-rw-r--r--doc/sphinx/cdomain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/cdomain.py b/doc/sphinx/cdomain.py
index 014a522..491a7ed 100644
--- a/doc/sphinx/cdomain.py
+++ b/doc/sphinx/cdomain.py
@@ -93,7 +93,7 @@ def markup_ctype_refs(match):
#
RE_expr = re.compile(r':c:(expr|texpr):`([^\`]+)`')
def markup_c_expr(match):
- return '\ ``' + match.group(2) + '``\ '
+ return '\\ ``' + match.group(2) + '``\\ '
#
# Parse Sphinx 3.x C markups, replacing them by backward-compatible ones