diff options
-rwxr-xr-x | doc/tools/makerst.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tools/makerst.py b/doc/tools/makerst.py index 18fc70516e..1ba942585c 100755 --- a/doc/tools/makerst.py +++ b/doc/tools/makerst.py @@ -881,6 +881,7 @@ def rstize_text(text, state): # type: (str, State) -> str inside_code = True elif cmd.startswith('enum '): tag_text = make_enum(cmd[5:], state) + escape_post = True else: tag_text = make_type(tag_text, state) escape_post = True |