You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PCI device documentation (doc/reference/devices_pci.md) currently uses a static table of valid options. This should be moved to an auto-generated table using gendoc.
This is typically done in two steps:
Add the required gendoc comments where the configuration options are defined (usually alongside their validator)
Generate the new config metadata (make update-metadata)
Update the documentation to use the generated metadata
The PCI device documentation (
doc/reference/devices_pci.md
) currently uses a static table of valid options. This should be moved to an auto-generated table usinggendoc
.This is typically done in two steps:
gendoc
comments where the configuration options are defined (usually alongside their validator)make update-metadata
)See #847 for an example.
The text was updated successfully, but these errors were encountered: