Skip to content

Commit

Permalink
px4_module: document that the subcategory is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Feb 8, 2019
1 parent 4452669 commit ab6ab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/px4_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ab6ab97

Please sign in to comment.