Skip to content

Commit

Permalink
Merge pull request #3641 from cgundogan/pr/netif/docfix
Browse files Browse the repository at this point in the history
sys/include/net/ng_ipv6/netif.h: docfix
  • Loading branch information
OlegHahm committed Aug 17, 2015
2 parents 9a0506f + edc609d commit 8861834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys/include/net/ng_ipv6/netif.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ ng_ipv6_netif_t *ng_ipv6_netif_get(kernel_pid_t pid);
* @details This sets/unsets the NG_IPV6_NETIF_FLAGS_ROUTER and initializes
* or ceases router behavior for neighbor discovery.
*
* @param[in] The interface.
* @param[in] Status for the NG_IPV6_NETIF_FLAGS_ROUTER flag.
* @param[in] netif The interface.
* @param[in] enable Status for the NG_IPV6_NETIF_FLAGS_ROUTER flag.
*/
static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable)
{
Expand All @@ -275,8 +275,8 @@ static inline void ng_ipv6_netif_set_rtr(ng_ipv6_netif_t *netif, bool enable)
* NG_IPV6_NETIF_FLAGS_RTR_ADV and initializes or ceases router
* advertising behavior for neighbor discovery.
*
* @param[in] The interface.
* @param[in] Status for the NG_IPV6_NETIF_FLAGS_RTR flag.
* @param[in] netif The interface.
* @param[in] enable Status for the NG_IPV6_NETIF_FLAGS_RTR flag.
*/
static inline void ng_ipv6_netif_set_rtr_adv(ng_ipv6_netif_t *netif, bool enable)
{
Expand Down

0 comments on commit 8861834

Please sign in to comment.