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

This commit is contained in:
Beat Küng 2017-05-08 09:44:53 +02:00
parent 05b0c412c8
commit 674ae5292e
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

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

View File

@ -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
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
"""