Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
9 stars 2 forks source link

Keyword documentation generation doesn't include "*.py" files #602

Open m-iwanicki opened 2 days ago

m-iwanicki commented 2 days ago

The problem you're addressing (if any)

Incomplete documentation

Describe the solution you'd like

Include keywords from "*.py" files

Where is the value to a user, and who might that user be?

No response

Describe alternatives you've considered

No response

Additional context

libdoc lib/bios/menus.py test.html creates:

image

There is also QemuMonitor.py but it needs argument (path to any file is fine) to initialize library.

touch tmp
libdoc lib/QemuMonitor.py::tmp test.html

image