Sub: include SIM_ parameters in documentation

This commit is contained in:
Peter Barker 2023-01-15 22:20:38 +11:00 committed by Andrew Tridgell
parent 5078e6ea00
commit d91cbf08c8
1 changed files with 2 additions and 0 deletions

View File

@ -516,6 +516,8 @@ const AP_Param::Info Sub::var_info[] = {
#endif
#if AP_SIM_ENABLED
// @Group: SIM_
// @Path: ../libraries/SITL/SITL.cpp
GOBJECT(sitl, "SIM_", SITL::SIM),
#endif