net/if: Fix documentation comment marker.
Documentation comments should begin with /** Change-Id: I59867e8aad340dac4d66f86e09f4f8ae9d3d75fb Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
4cab8fe154
commit
f998077f4a
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ void net_if_foreach(net_if_cb_t cb, void *user_data);
|
|||
*/
|
||||
int net_if_up(struct net_if *iface);
|
||||
|
||||
/*
|
||||
/**
|
||||
* @brief Bring interface down
|
||||
*
|
||||
* @param iface Pointer to network interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue