From f542736140b1dce4575bd45306b4a3e27e695dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Thu, 11 Apr 2019 10:41:43 +0200 Subject: [PATCH] 'simulation' category added in srcparser.py --- Tools/px4moduledoc/srcparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/px4moduledoc/srcparser.py b/Tools/px4moduledoc/srcparser.py index 2c29645fa3..882d7fc99a 100644 --- a/Tools/px4moduledoc/srcparser.py +++ b/Tools/px4moduledoc/srcparser.py @@ -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