summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2017-02-23 22:13:18 +0000
committerAnas Nashif <nashif@linux.intel.com>2017-02-28 11:59:59 +0000
commitc663bccbe88d667ae5d8709b87056eaa1f94e6bd (patch)
treed380d0f49bdeebd7dff4ececcda1c7c3586e5cd5
parentfc5bd4a148a2b8ea769a701e7d7812b23e74fd06 (diff)
net/if: Fix documentation comment marker.
Documentation comments should begin with /** Change-Id: I59867e8aad340dac4d66f86e09f4f8ae9d3d75fb Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
-rw-r--r--include/net/net_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/net_if.h b/include/net/net_if.h
index 3b1a06632..d76477db8 100644
--- a/include/net/net_if.h
+++ b/include/net/net_if.h
@@ -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