NFC: Fix missing doc in ndef::MessageBuilder

pull/7822/head
Vincent Coubard 2018-08-28 18:51:39 +01:00
parent ab810b219e
commit 97a4e02c3b
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ public:
* Append a new record to the message being built.
*
* @param record The record to insert.
* @param builder The builder that will construct the payload.
*
* @return true if the record has been successfully inserted or false otherwise.
*