mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: docs ignore duplicate-set-field warning
This commit is contained in:
parent
648a2b7140
commit
f5805058c2
|
@ -3,6 +3,9 @@
|
|||
-- generate with --scripting-docs, eg ./waf copter --scripting-docs
|
||||
-- see: https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations
|
||||
|
||||
-- set and get for felid types share function names
|
||||
---@diagnostic disable: duplicate-set-field
|
||||
|
||||
-- manual bindings
|
||||
|
||||
---@class uint32_t_ud
|
||||
|
|
Loading…
Reference in New Issue