From f15e4793887b94dda0b47cc10cef08c4b58abfc8 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Mon, 6 Apr 2020 12:20:49 +0530 Subject: [PATCH] drivers/doc.txt : Add sub-groups Added Compile Config subgroups for sensors, netdev, actuators, storage,soft_periph and misc to Doxygen --- drivers/doc.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/drivers/doc.txt b/drivers/doc.txt index f7d904ab69..87ff35a23b 100644 --- a/drivers/doc.txt +++ b/drivers/doc.txt @@ -72,3 +72,47 @@ * @brief Drivers for different kinds of devices that do not match any * other category */ + +/** + * @defgroup config_drivers_netdev Network Device Configurations + * @ingroup config + * @brief Compile time configurations for external network devices + */ + +/** + * @defgroup config_drivers_sensors Sensor Device Configurations + * @ingroup config + * @brief Compile time configurations for Sensors + */ + +/** + * @defgroup config_drivers_actuators Actuator Device Configurations + * @ingroup config + * @brief Compile time configurations for actuating devices + */ + +/** + * @defgroup config_drivers_storage Storage Device Configurations + * @ingroup config + * @brief Compile time configurations for storage devices + */ + + /** + * @defgroup config_drivers_display Display Device Configurations + * @ingroup config + * @brief Compile time configurations for display devices + */ + +/** + * @defgroup config_drivers_soft_periph Soft Peripheral Configurations + * @ingroup config + * @brief Compile time configurations for Software emulated + * @ref drivers_periph for UART, SPI, etc + */ + +/** + * @defgroup config_drivers_misc Miscellaneous Device Configurations + * @ingroup config + * @brief Compile time configurations for different kinds of + * devices that do not match any other category + */ \ No newline at end of file