mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Updated doxyrest to support newer sphinx versions.
This commit is contained in:
@@ -98,4 +98,9 @@ function replaceCommonSpacePrefix(source, replacement)
|
||||
return s
|
||||
end
|
||||
|
||||
function replaceRolesWithPlainText(source)
|
||||
local s = string.gsub(source, ":[^:]*:`([^<`]*)[^`]*`", "%1")
|
||||
return s
|
||||
end
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user