Enable DeviceKey class reference for Doxygen

Add conditional, so Doxygen renders properly.
pull/7012/head
Amanda Butler 2018-05-24 18:59:12 -05:00 committed by GitHub
parent 2eac96eb04
commit 44dc8624d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "stdint.h"
#include "platform/NonCopyable.h"
#if (NVSTORE_ENABLED)
#if (NVSTORE_ENABLED) || defined(DOXYGEN_ONLY)
namespace mbed {
/** \addtogroup drivers */