progdocs: Fix for Doxygen, the hidden parts.

ASTERISK-29779

Change-Id: If338163488498f65fa7248b60e80299c0a928e4b
This commit is contained in:
Alexander Traud
2021-11-28 11:29:53 +01:00
committed by Kevin Harwell
parent 0398daf4cb
commit 3489f926e7
48 changed files with 121 additions and 381 deletions

View File

@@ -1245,7 +1245,6 @@ static void xmpp_pubsub_create_node(struct ast_xmpp_client *client, const char *
* \brief Delete a PubSub node
* \param client the configured XMPP client we use to connect to a XMPP server
* \param node_name the name of the node to delete
* return void
*/
static void xmpp_pubsub_delete_node(struct ast_xmpp_client *client, const char *node_name)
{