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

px4_module: document that the subcategory is optional

parent 44526696
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ __EXPORT void PRINT_MODULE_DESCRIPTION(const char *description);
__EXPORT void PRINT_MODULE_USAGE_NAME(const char *executable_name, const char *category);
/**
* @brief Specify a subcategory.
* @brief Specify a subcategory (optional).
* @param subcategory e.g. if the category is 'driver', subcategory can be 'distance_sensor'
*/
__EXPORT void PRINT_MODULE_USAGE_SUBCATEGORY(const char *subcategory);
......
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