Skip to content

Commit 44dc862

Browse files
author
Amanda Butler
authored
Enable DeviceKey class reference for Doxygen
Add conditional, so Doxygen renders properly.
1 parent 2eac96e commit 44dc862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/device_key/source/DeviceKey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "stdint.h"
2121
#include "platform/NonCopyable.h"
2222

23-
#if (NVSTORE_ENABLED)
23+
#if (NVSTORE_ENABLED) || defined(DOXYGEN_ONLY)
2424

2525
namespace mbed {
2626
/** \addtogroup drivers */

0 commit comments

Comments
 (0)