Skip to content

Commit fa2c363

Browse files
committed
Add doxygen guard to private function
1 parent eccb3e9 commit fa2c363

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connectivity/FEATURE_BLE/include/ble/gatt/GattCharacteristic.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,10 +1784,12 @@ class GattCharacteristic {
17841784
return _descriptors[index];
17851785
}
17861786

1787+
17871788
private:
17881789

17891790
friend ble::impl::GattServer;
17901791

1792+
#if !defined(DOXYGEN_ONLY)
17911793
/**
17921794
* Sets this GattCharacteristic's implicitly-created CCCD, if
17931795
* applicable.
@@ -1799,6 +1801,8 @@ class GattCharacteristic {
17991801
void setImplicitCCCD(GattAttribute *implicit_cccd) {
18001802
_implicit_cccd = implicit_cccd;
18011803
}
1804+
#endif // !defined(DOXYGEN_ONLY)
1805+
18021806

18031807
private:
18041808

0 commit comments

Comments
 (0)