minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-04-23 11:34:59 +02:00
parent eaed66057b
commit a9bedcf335
11 changed files with 118 additions and 354 deletions

View File

@@ -384,6 +384,8 @@ def local_style_set(p):
print("}")
print("")
def docs(p):
if "dsc" not in p: return
@@ -398,7 +400,9 @@ def docs(p):
e = "No"
if p["ext_draw"]: e = "Yes"
print("### " + p["name"])
li_style = "style='display:inline; margin-right: 20px"
print("<h3>" + p["name"].lower() + "</h3>")
print(p["dsc"])
print("<ul>")