mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Doc fixes
This commit is contained in:
@@ -51,9 +51,9 @@ def escape(mod, s)
|
||||
s.gsub("&", "&").
|
||||
gsub("<", "<").
|
||||
gsub(">", ">").
|
||||
gsub(/\\\\([\w:#]+)/) { create_link(mod, $1) }.
|
||||
gsub(/\\([\w:#]+)/) { create_ref(mod, $1) }.
|
||||
gsub(/RBA::([\w#]+)/) { create_class_doc_ref($1) }
|
||||
gsub(/\\\\([\w:#\?]+)/) { create_link(mod, $1) }.
|
||||
gsub(/\\([\w:#\?]+)/) { create_ref(mod, $1) }.
|
||||
gsub(/RBA::([\w#\?]+)/) { create_class_doc_ref($1) }
|
||||
end
|
||||
|
||||
def unescape(s)
|
||||
|
||||
Reference in New Issue
Block a user