Skip to content

Commit

Permalink
docs: create a new file for gathering groups
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Jan 2, 2022
1 parent bbeaaef commit 222b327
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT_NAME = "Spinner"
PROJECT_BRIEF = "FOC Motor Control Firmware"
PROJECT_LOGO = @SPINNER_BASE@/docs/_static/images/logo.png
INPUT = @SPINNER_BASE@/docs/doxygen.md @SPINNER_BASE@/include
INPUT = @SPINNER_BASE@/docs/_doxygen/groups.dox @SPINNER_BASE@/docs/doxygen.md @SPINNER_BASE@/include
EXCLUDE = @SPINNER_BASE@/include/dts-bindings
OUTPUT_DIRECTORY = @DOXYGEN_OUTPUT_DIRECTORY@
STRIP_FROM_PATH = @SPINNER_BASE@/include
Expand Down
19 changes: 19 additions & 0 deletions docs/_doxygen/groups.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* @defgroup spinner_drivers Driver APIs
* @{
* @}
*/

/**
* @defgroup spinner_lib_control Control APIs
* @{
* @}
*/

/**
* @defgroup spinner_lib_utils Utility APIs
* @{
* @}
*/


6 changes: 0 additions & 6 deletions include/spinner/control/cloop.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
#ifndef _SPINNER_LIB_CONTROL_CLOOP_H_
#define _SPINNER_LIB_CONTROL_CLOOP_H_

/**
* @defgroup spinner_lib_control Control APIs
* @{
* @}
*/

/**
* @defgroup spinner_lib_control_cloop Current Loop API
* @ingroup spinner_lib_control
Expand Down
6 changes: 0 additions & 6 deletions include/spinner/drivers/currsmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
#include <device.h>
#include <zephyr/types.h>

/**
* @defgroup spinner_drivers Driver APIs
* @{
* @}
*/

/**
* @defgroup spinner_drivers_currsmp Current Sampling API
* @ingroup spinner_drivers
Expand Down
6 changes: 0 additions & 6 deletions include/spinner/utils/stm32_adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@

#include <stm32_ll_adc.h>

/**
* @defgroup spinner_lib_utils Utility APIs
* @{
* @}
*/

/**
* @defgroup spinner_utils_stm32_adc STM32 ADC Utilities
* @ingroup spinner_lib_utils
Expand Down

0 comments on commit 222b327

Please sign in to comment.