mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +08:00
module template: move documentation to a new category 'template' (#9324)
This commit is contained in:
@@ -9,7 +9,7 @@ class ModuleDocumentation(object):
|
||||
"""
|
||||
|
||||
valid_categories = ['driver', 'estimator', 'controller', 'system',
|
||||
'communication', 'command']
|
||||
'communication', 'command', 'template']
|
||||
|
||||
max_line_length = 80 # wrap lines that are longer than this
|
||||
|
||||
|
||||
Reference in New Issue
Block a user