'simulation' category added in srcparser.py

This commit is contained in:
Beat Küng 2019-04-11 10:41:43 +02:00
parent e1d9438f79
commit f542736140
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class ModuleDocumentation(object):
# 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
valid_categories = ['driver', 'estimator', 'controller', 'system',
'communication', 'command', 'template']
'communication', 'command', 'template', 'simulation']
valid_subcategories = ['', 'distance_sensor']
max_line_length = 80 # wrap lines that are longer than this