From 9e35f8283e0906943abeeffec8998b99a1d4ca67 Mon Sep 17 00:00:00 2001 From: David Saada Date: Tue, 6 Mar 2018 15:25:16 +0200 Subject: [PATCH] NVStore: Enclose header file with DOXYGEN_ONLY option as well. --- features/nvstore/source/nvstore.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/features/nvstore/source/nvstore.h b/features/nvstore/source/nvstore.h index e99e5e74fd..4272579402 100644 --- a/features/nvstore/source/nvstore.h +++ b/features/nvstore/source/nvstore.h @@ -23,7 +23,7 @@ #define NVSTORE_ENABLED 0 #endif -#if NVSTORE_ENABLED +#if (NVSTORE_ENABLED) || defined(DOXYGEN_ONLY) #include #include #include "platform/NonCopyable.h" @@ -286,8 +286,6 @@ private: /** * @brief Calculate addresses and sizes of areas (in case no user configuration is given), * or validate user configuration (if given). - * - * @param[in] area Area. */ void calc_validate_area_params(); @@ -310,7 +308,7 @@ private: * @param[in] buf Output Buffer. * @param[out] actual_size Actual data size (bytes). * @param[in] validate_only Just validate (without reading to buffer). - * @param[out] validate Is the record valid. + * @param[out] valid Is the record valid. * @param[out] key Record key. * @param[out] flags Record flags. * @param[out] next_offset Offset of next record.