mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-12 23:51:37 -07:00
[docs] fix unescaped thing
This commit is contained in:
@@ -1485,7 +1485,7 @@ MD_ParseSetRule:
|
||||
}
|
||||
|
||||
@send(Strings)
|
||||
@doc("Searches @code 'string' for the last @code '/' or @code '\' character occurring in the string, and skips it and anything before it in the returned string.")
|
||||
@doc("Searches @code 'string' for the last @code '/' or @code '\\' character occurring in the string, and skips it and anything before it in the returned string.")
|
||||
@see(MD_S8Skip)
|
||||
@func MD_PathSkipLastSlash:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user