doc: update
This commit is contained in:
@@ -38,7 +38,8 @@ def doc_state_machine(name, obj):
|
||||
with open(gpath + ".dot", "w") as f:
|
||||
f.write(graph)
|
||||
|
||||
logging.info(f"Converting state machine graph: {gpath}.svg")
|
||||
os.system(f"dot -Tsvg -o{gpath}.svg {gpath}.dot")
|
||||
if common.build():
|
||||
logging.info(f"Converting state machine graph: {gpath}.svg")
|
||||
os.system(f"dot -Tsvg -o{gpath}.svg {gpath}.dot")
|
||||
|
||||
return f"" + "{width=90%}\n"
|
||||
|
||||
Reference in New Issue
Block a user