Copter: fixed auto-doc prefix for TERRAIN

This commit is contained in:
Andrew Tridgell 2014-07-25 13:12:10 +10:00
parent e578044661
commit cda78aa2c3

View File

@ -1089,7 +1089,7 @@ const AP_Param::Info var_info[] PROGMEM = {
#endif
#if AP_TERRAIN_AVAILABLE
// @Group: TERRAIN
// @Group: TERRAIN_
// @Path: ../libraries/AP_Terrain/AP_Terrain.cpp
GOBJECT(terrain, "TERRAIN_", AP_Terrain),
#endif