host/hs_log: Amend doxygen comments in the header file

Adds missing macro documentation (BLE_NPL_LOG_MODULE).
Adds minor formatting improvements.
This commit is contained in:
Wojciech Pietraszewski
2024-02-07 15:02:46 +01:00
committed by Szymon Janc
parent 33d069e5c5
commit ae9273d3af
+8 -7
View File
@@ -20,12 +20,6 @@
#ifndef H_BLE_HS_LOG_
#define H_BLE_HS_LOG_
#ifndef BLE_NPL_LOG_MODULE
#define BLE_NPL_LOG_MODULE BLE_HS_LOG
#endif
#include <nimble/nimble_npl_log.h>
/**
* @file ble_hs_log.h
*
@@ -39,6 +33,13 @@
* @{
*/
#ifndef BLE_NPL_LOG_MODULE
/** Defines the logging module for NimBLE Porting Layer (NPL). */
#define BLE_NPL_LOG_MODULE BLE_HS_LOG
#endif
#include <nimble/nimble_npl_log.h>
#ifdef __cplusplus
extern "C" {
#endif
@@ -103,4 +104,4 @@ void ble_hs_log_flat_buf(const void *data, int len);
* @}
*/
#endif
#endif /* H_BLE_HS_LOG_*/