@@ -4071,8 +4071,8 @@ Tox_Connection tox_group_peer_get_connection_status(const Tox *tox, Tox_Group_Nu
40714071 * This key will be permanently tied to a particular peer until they explicitly leave the group and is
40724072 * the only way to reliably identify the same peer across client restarts.
40734073 *
4074- * `public_key` should have room for at least TOX_GROUP_PEER_PUBLIC_KEY_SIZE bytes. If `public_key` is null
4075- * this function has no effect.
4074+ * `public_key` should have room for at least TOX_GROUP_PEER_PUBLIC_KEY_SIZE
4075+ * bytes. If `public_key` is NULL this function has no effect.
40764076 *
40774077 * @param group_number The group number of the group we wish to query.
40784078 * @param peer_id The ID of the peer whose public key we wish to retrieve.
@@ -4449,7 +4449,7 @@ typedef enum Tox_Err_Group_Send_Message {
44494449 TOX_ERR_GROUP_SEND_MESSAGE_TOO_LONG ,
44504450
44514451 /**
4452- * The message pointer is null or length is zero.
4452+ * The message pointer is NULL or length is zero.
44534453 */
44544454 TOX_ERR_GROUP_SEND_MESSAGE_EMPTY ,
44554455
@@ -4524,7 +4524,7 @@ typedef enum Tox_Err_Group_Send_Private_Message {
45244524 TOX_ERR_GROUP_SEND_PRIVATE_MESSAGE_TOO_LONG ,
45254525
45264526 /**
4527- * The message pointer is null or length is zero.
4527+ * The message pointer is NULL or length is zero.
45284528 */
45294529 TOX_ERR_GROUP_SEND_PRIVATE_MESSAGE_EMPTY ,
45304530
@@ -4596,7 +4596,7 @@ typedef enum Tox_Err_Group_Send_Custom_Packet {
45964596 TOX_ERR_GROUP_SEND_CUSTOM_PACKET_TOO_LONG ,
45974597
45984598 /**
4599- * The message pointer is null or length is zero.
4599+ * The message pointer is NULL or length is zero.
46004600 */
46014601 TOX_ERR_GROUP_SEND_CUSTOM_PACKET_EMPTY ,
46024602
@@ -4664,7 +4664,7 @@ typedef enum Tox_Err_Group_Send_Custom_Private_Packet {
46644664 TOX_ERR_GROUP_SEND_CUSTOM_PRIVATE_PACKET_TOO_LONG ,
46654665
46664666 /**
4667- * The message pointer is null or length is zero.
4667+ * The message pointer is NULL or length is zero.
46684668 */
46694669 TOX_ERR_GROUP_SEND_CUSTOM_PRIVATE_PACKET_EMPTY ,
46704670
0 commit comments