From 9e40b076dd570cd7ecf27e1e8a6ca8d7fabf2302 Mon Sep 17 00:00:00 2001 From: Steve Lorello <42971704+slorello89@users.noreply.github.com> Date: Wed, 8 Jun 2022 08:30:04 -0400 Subject: [PATCH] Module api doc generator, fixing issue with negative lookback terminating at "." (#10832) There is a little regex that wraps up all the free-floating functions in the doc-block e.g. malloc() with backticks. in case of `redis.call()`, it used to wrap just `call()` in backticks. --- utils/generate-module-api-doc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/generate-module-api-doc.rb b/utils/generate-module-api-doc.rb index 1f7b7c2e5..d4282cbfa 100755 --- a/utils/generate-module-api-doc.rb +++ b/utils/generate-module-api-doc.rb @@ -20,7 +20,7 @@ def markdown(s) # Add backquotes around RedisModule functions and type where missing. l = l.gsub(/(?