Skip to content

Commit 61eb0e1

Browse files
author
Cruz Monrreal
authored
Merge pull request #7012 from ARMmbed/AnotherButler-patch-1
Enable DeviceKey class reference for Doxygen
2 parents a348b45 + 44dc862 commit 61eb0e1

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)