doc: fix warnings about undefined ref and group without end.

Fixed group end and undefined refs.

Change-Id: Iad0ab7b0dd858955d95f298a772d8d84bb4ee1c9
Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
This commit is contained in:
Javier B Perez 2016-06-22 16:15:16 -05:00
commit 6f67bfcd61
2 changed files with 7 additions and 2 deletions

View file

@ -214,6 +214,10 @@ static inline int dma_transfer_stop(struct device *dev, uint32_t channel)
return api->transfer_stop(dev, channel); return api->transfer_stop(dev, channel);
} }
/**
* @}
*/
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View file

@ -493,8 +493,9 @@ struct sensor_trigger_config {
* @brief Structure used for sensor trigger configuration. * @brief Structure used for sensor trigger configuration.
* *
* If @ref fiber_config.stack is non-NULL, the driver should start its * If @ref fiber_config.stack is non-NULL, the driver should start its
* on fiber based on @fiber_config. Otherwise, use @ref * on fiber based on @ref fiber_config. Otherwise, use @ref
* trig_config.mode to decide if and how to use triggering. * sensor_interface::sensor_trigger_mode to decide if and how to use
* triggering.
*/ */
union sensor_trig_or_wq_config { union sensor_trig_or_wq_config {
struct fiber_config fiber_config; struct fiber_config fiber_config;