diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/update-lua-module-docs.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update-lua-module-docs.lua b/tools/update-lua-module-docs.lua index 21044b9d6..c951d8668 100644 --- a/tools/update-lua-module-docs.lua +++ b/tools/update-lua-module-docs.lua @@ -280,9 +280,9 @@ if arg and arg[1] then end local autogen_start = - '<!%-%- BEGIN: AUTOGENERATED CONTENT for module ([a-z%.]+) %-%->\n' + '\n<!%-%- BEGIN: AUTOGENERATED CONTENT for module ([a-z%.]+) %-%->' local autogen_end = - '\n<!%-%- END: AUTOGENERATED CONTENT %-%->\n' + '<!%-%- END: AUTOGENERATED CONTENT %-%->\n' local reflinks_marker = '<!%-%- BEGIN: GENERATED REFERENCE LINKS %-%->\n' |
