https://github.com/ukoethe/vigra/issues/529 https://github.com/ukoethe/vigra/pull/594 From 5c2c21f7075836cdab84457632480a1cfabcec0f Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 4 Dec 2024 23:36:44 +0200 Subject: [PATCH] Move away from inline global regex flag Fixes: https://github.com/ukoethe/vigra/issues/529 Signed-off-by: Alfred Wingate --- a/docsrc/post.py +++ b/docsrc/post.py @@ -85,18 +85,18 @@ headingSummary = re.compile(r'''(
)
-(?s).*?
''') +(?s:.)*?
''') # tested with doxygen 1.8.2 headingSummary2 = re.compile(r'''(
)
-(?s).*?
''') +(?s:.)*?
''') # tested with doxygen 1.7.5.1 headingNavpath = re.compile(r'''() - ''') + ''') # tested with doxygen 1.8.2 headingNavpath2 = re.compile(r'''() -- 2.47.1