mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-27 22:47:56 +00:00
docs: Working cmdref groups
Also adds note on source location if available.
This commit is contained in:
parent
3691bb674c
commit
00b6d96aee
3 changed files with 35 additions and 72 deletions
|
@ -949,6 +949,7 @@ struct HelpPass : public Pass {
|
|||
for (auto content : cmd_help.get_content())
|
||||
json.value(content->to_json());
|
||||
json.end_array();
|
||||
json.entry("source_file", cmd_help.source_file());
|
||||
json.entry("experimental_flag", experimental_flag);
|
||||
json.end_object();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue