File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 23
23
#define NVSTORE_ENABLED 0
24
24
#endif
25
25
26
- #if NVSTORE_ENABLED
26
+ #if ( NVSTORE_ENABLED) || defined(DOXYGEN_ONLY)
27
27
#include < stdint.h>
28
28
#include < stdio.h>
29
29
#include " platform/NonCopyable.h"
@@ -286,8 +286,6 @@ class NVStore : private mbed::NonCopyable<NVStore> {
286
286
/* *
287
287
* @brief Calculate addresses and sizes of areas (in case no user configuration is given),
288
288
* or validate user configuration (if given).
289
- *
290
- * @param[in] area Area.
291
289
*/
292
290
void calc_validate_area_params ();
293
291
@@ -310,7 +308,7 @@ class NVStore : private mbed::NonCopyable<NVStore> {
310
308
* @param[in] buf Output Buffer.
311
309
* @param[out] actual_size Actual data size (bytes).
312
310
* @param[in] validate_only Just validate (without reading to buffer).
313
- * @param[out] validate Is the record valid.
311
+ * @param[out] valid Is the record valid.
314
312
* @param[out] key Record key.
315
313
* @param[out] flags Record flags.
316
314
* @param[out] next_offset Offset of next record.
You can’t perform that action at this time.
0 commit comments