mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
MERGE: documentation enhancements for LVS/DRC
This commit is contained in:
@@ -160,9 +160,9 @@ HEAD
|
||||
item.name || raise("Missing @name for item #{item_key}")
|
||||
item.brief || raise("Missing @brief for item #{item_key}")
|
||||
|
||||
doc += "<a name=\"" + escape(self.mod, item.name) + "\"/>"
|
||||
doc += "<h2>\"" + escape(self.mod, item.name) + "\" - " + escape(self.mod, item.brief) + "</h2>\n"
|
||||
doc += "<keyword name=\"" + escape(self.mod, item.name) + "\"/>\n"
|
||||
doc += "<a name=\"" + escape(self.mod, item.name) + "\"/>"
|
||||
if ! item.synopsis.empty?
|
||||
doc += "<p>Usage:</p>\n"
|
||||
doc += "<ul>\n"
|
||||
|
||||
Reference in New Issue
Block a user