From d91cbf08c8b59ba705a92fe1c3fb35b635658325 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 15 Jan 2023 22:20:38 +1100 Subject: [PATCH] Sub: include SIM_ parameters in documentation --- ArduSub/Parameters.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArduSub/Parameters.cpp b/ArduSub/Parameters.cpp index 23cfb10872..01f6eb4a6e 100644 --- a/ArduSub/Parameters.cpp +++ b/ArduSub/Parameters.cpp @@ -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