nrf8001: documentation updates and showing relation to aci lib

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2015-03-18 17:55:19 -07:00
parent f53d8e79cc
commit e54d48f407
18 changed files with 88 additions and 57 deletions

View File

@ -19,16 +19,21 @@
* SOFTWARE.
*/
/**
* @file
* @defgroup aci-lib aci-library
* @brief ACI library
*
* Library for the logical part of the Application Controller Interface (ACI)
*
* @ingroup nrf8001
*/
#ifndef LIB_ACI_H__
#define LIB_ACI_H__
/** @file
* @brief ACI library
*/
/** @addtogroup lib_aci
@{
@brief Library for the logical part of the Application Controller Interface (ACI)
/**
* @{
*/
#ifdef __cplusplus