diff options
Diffstat (limited to 'clang/docs/tools/dump_ast_matchers.py')
-rw-r--r-- | clang/docs/tools/dump_ast_matchers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/tools/dump_ast_matchers.py b/clang/docs/tools/dump_ast_matchers.py index 9c05eb888c0..ccbb616d7b5 100644 --- a/clang/docs/tools/dump_ast_matchers.py +++ b/clang/docs/tools/dump_ast_matchers.py @@ -47,7 +47,7 @@ def esc(text): except: doxygen_probes[url] = False if doxygen_probes[url]: - return r'Matcher<<a href="%s">%s</a>>' % (url, name) + return r'Matcher<<a href="%s">%s</a>>' % (url, name) else: return m.group(0) text = re.sub( |