Skip to content
Snippets Groups Projects
Commit f5427361 authored by Beat Küng's avatar Beat Küng
Browse files

'simulation' category added in srcparser.py

parent e1d9438f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment