Browse Source

markdown module doc script: write how to generate the modules documentation

sbg
Beat Küng 8 years ago
parent
commit
674ae5292e
  1. 2
      .gitignore
  2. 6
      Tools/px4moduledoc/markdownout.py

2
.gitignore vendored

@ -77,8 +77,10 @@ posix-configs/SITL/init/test/*_generated
parameters.md parameters.md
airframes.md airframes.md
airframes.xml airframes.xml
/modules
cppcheck-result.xml cppcheck-result.xml
cppcheck cppcheck
scan-build scan-build

6
Tools/px4moduledoc/markdownout.py

@ -22,6 +22,12 @@ available commands, and in most cases `command help` will print the usage.
Since this is generated from source, errors must be reported/fixed Since this is generated from source, errors must be reported/fixed
in the [Firmware](https://github.com/PX4/Firmware) repository. in the [Firmware](https://github.com/PX4/Firmware) repository.
The documentation pages can be generated by running the following command from
the root of the Firmware directory:
```
make module_documentation
```
The generated files will be written to the `modules` directory.
## Categories ## Categories
""" """

Loading…
Cancel
Save