Skip to content
Snippets Groups Projects
Unverified Commit 36ebe561 authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #8217 from miri64/gnrc_netapi/doc/protocol-type

gnrc_netapi: make doc a little more consistent
parents 02d91e1a 49c9d607
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ int gnrc_netapi_send(kernel_pid_t pid, gnrc_pktsnip_t *pkt); ...@@ -117,7 +117,7 @@ int gnrc_netapi_send(kernel_pid_t pid, gnrc_pktsnip_t *pkt);
/** /**
* @brief Sends @p cmd to all subscribers to (@p type, @p demux_ctx). * @brief Sends @p cmd to all subscribers to (@p type, @p demux_ctx).
* *
* @param[in] type type of the targeted network module. * @param[in] type protocol type of the targeted network module.
* @param[in] demux_ctx demultiplexing context for @p type. * @param[in] demux_ctx demultiplexing context for @p type.
* @param[in] cmd command for all subscribers * @param[in] cmd command for all subscribers
* @param[in] pkt pointer into the packet buffer holding the data to send * @param[in] pkt pointer into the packet buffer holding the data to send
...@@ -131,7 +131,7 @@ int gnrc_netapi_dispatch(gnrc_nettype_t type, uint32_t demux_ctx, uint16_t cmd, ...@@ -131,7 +131,7 @@ int gnrc_netapi_dispatch(gnrc_nettype_t type, uint32_t demux_ctx, uint16_t cmd,
* @brief Sends a @ref GNRC_NETAPI_MSG_TYPE_SND command to all subscribers to * @brief Sends a @ref GNRC_NETAPI_MSG_TYPE_SND command to all subscribers to
* (@p type, @p demux_ctx). * (@p type, @p demux_ctx).
* *
* @param[in] type type of the targeted network module. * @param[in] type protocol type of the targeted network module.
* @param[in] demux_ctx demultiplexing context for @p type. * @param[in] demux_ctx demultiplexing context for @p type.
* @param[in] pkt pointer into the packet buffer holding the data to send * @param[in] pkt pointer into the packet buffer holding the data to send
* *
...@@ -158,7 +158,7 @@ int gnrc_netapi_receive(kernel_pid_t pid, gnrc_pktsnip_t *pkt); ...@@ -158,7 +158,7 @@ int gnrc_netapi_receive(kernel_pid_t pid, gnrc_pktsnip_t *pkt);
* @brief Sends a @ref GNRC_NETAPI_MSG_TYPE_RCV command to all subscribers to * @brief Sends a @ref GNRC_NETAPI_MSG_TYPE_RCV command to all subscribers to
* (@p type, @p demux_ctx). * (@p type, @p demux_ctx).
* *
* @param[in] type type of the targeted network module. * @param[in] type protocol type of the targeted network module.
* @param[in] demux_ctx demultiplexing context for @p type. * @param[in] demux_ctx demultiplexing context for @p type.
* @param[in] pkt pointer into the packet buffer holding the data to send * @param[in] pkt pointer into the packet buffer holding the data to send
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment