mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
'simulation' category added in srcparser.py
This commit is contained in:
@@ -11,7 +11,7 @@ class ModuleDocumentation(object):
|
|||||||
# If you add categories or subcategories, they also need to be added to the
|
# If you add categories or subcategories, they also need to be added to the
|
||||||
# TOC in https://github.com/PX4/Devguide/blob/master/en/SUMMARY.md
|
# TOC in https://github.com/PX4/Devguide/blob/master/en/SUMMARY.md
|
||||||
valid_categories = ['driver', 'estimator', 'controller', 'system',
|
valid_categories = ['driver', 'estimator', 'controller', 'system',
|
||||||
'communication', 'command', 'template']
|
'communication', 'command', 'template', 'simulation']
|
||||||
valid_subcategories = ['', 'distance_sensor']
|
valid_subcategories = ['', 'distance_sensor']
|
||||||
|
|
||||||
max_line_length = 80 # wrap lines that are longer than this
|
max_line_length = 80 # wrap lines that are longer than this
|
||||||
|
|||||||
Reference in New Issue
Block a user