Updated doxyrest to support newer sphinx versions.

This commit is contained in:
Martín Lucas Golini
2022-03-11 11:51:07 -03:00
parent 1098e75aaf
commit 7565831301
38 changed files with 2144 additions and 121 deletions

View File

@@ -98,4 +98,9 @@ function replaceCommonSpacePrefix(source, replacement)
return s
end
function replaceRolesWithPlainText(source)
local s = string.gsub(source, ":[^:]*:`([^<`]*)[^`]*`", "%1")
return s
end
-------------------------------------------------------------------------------