From 9ad840d86f57263166d2f6eed03c3451d82f901a Mon Sep 17 00:00:00 2001 From: Barrett17 Date: Fri, 28 Dec 2018 23:13:10 +0100 Subject: [PATCH] MetaData: Correct doxygen brief --- headers/os/codec/MetaData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/codec/MetaData.h b/headers/os/codec/MetaData.h index 3ec9e04748..a721342102 100644 --- a/headers/os/codec/MetaData.h +++ b/headers/os/codec/MetaData.h @@ -92,7 +92,7 @@ extern const char* kProgramData; // BMetaData * * The metadata model is sparse and each key can occur at most once, * except for BMetaData itself. - * The key is an integer and the value is the actual metadata. + * The key is a const char and the value is the actual metadata. * The client of this class is required to know in advance the type * of a particular metadata key. */