mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
markdown module doc script: write how to generate the modules documentation
This commit is contained in:
2
.gitignore
vendored
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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user