Skip to content

Commit 08c1dfe

Browse files
committed
esb, nfc: fix Doxygen issues
Remove references to non-existing groups. These are reported on new Doxygen versions (e.g. 1.12). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
1 parent 419faca commit 08c1dfe

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

include/esb.h

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ extern "C" {
2222

2323
/** @defgroup esb Enhanced ShockBurst
2424
* @{
25-
* @ingroup proprietary_api
2625
*
2726
* @brief Enhanced ShockBurst (ESB) is a basic protocol that supports two-way
2827
* data packet communication including packet buffering, packet

include/nfc/ndef/ch_msg.h

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* @defgroup nfc_ndef_ch_msg NFC Connection Hanover messages
1313
* @{
14-
* @ingroup nfc_ndef_messages
1514
*
1615
* @brief Generation of The Connection Handover NDEF messages.
1716
*

include/nfc/ndef/le_oob_rec.h

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* @defgroup nfc_ndef_le_oob_rec LE OOB records
1313
* @{
14-
* @ingroup nfc_ndef_messages
1514
*
1615
* @brief Generation of NFC NDEF LE OOB records for NDEF messages.
1716
*

include/nfc/ndef/msg.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ extern "C" {
1818
*
1919
* @defgroup nfc_ndef_msg Custom NDEF messages
2020
* @{
21-
* @ingroup nfc_modules
2221
*
2322
* @brief Generation of NFC NDEF messages for the NFC tag.
2423
*

include/nfc/ndef/text_rec.h

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* @defgroup nfc_text_rec Text records
1313
* @{
14-
* @ingroup nfc_ndef_messages
1514
*
1615
* @brief Generation of NFC NDEF Text record descriptions.
1716
*

include/nfc/ndef/uri_msg.h

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*
1212
* @defgroup nfc_uri_msg URI messages
1313
* @{
14-
* @ingroup nfc_ndef_messages
1514
*
1615
* @brief Generation of NFC NDEF messages with a URI record.
1716
*

0 commit comments

Comments
 (0)