From ea970e2ce159bdacdfa1d7edec0cd02dcfd68a7e Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 6 Jul 2015 14:05:21 +0300 Subject: [PATCH] net: Change the remaining doxygen comments to javadoc style Change-Id: I942558ca9e4c140145de6e4a1bcebf8d9d16f3d2 Signed-off-by: Jukka Rissanen --- include/net/net_core.h | 2 +- net/ip/net_buf.c | 2 +- net/ip/net_context.c | 2 +- net/ip/net_init.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/net/net_core.h b/include/net/net_core.h index e8ae46571cf..1f44ef4f606 100644 --- a/include/net/net_core.h +++ b/include/net/net_core.h @@ -111,7 +111,7 @@ void net_unregister_driver(struct net_driver *drv); */ int net_set_mac(uint8_t *mac, uint8_t len); -/*! +/** * @brief Send a reply packet to the message originator. * * @details Application can call this function if it has received diff --git a/net/ip/net_buf.c b/net/ip/net_buf.c index d2024066487..c6d19778e11 100644 --- a/net/ip/net_buf.c +++ b/net/ip/net_buf.c @@ -1,4 +1,4 @@ -/*! @file +/** @file @brief Network buffers Network data is passed between application and IP stack via diff --git a/net/ip/net_context.c b/net/ip/net_context.c index 4c614077d67..764eeaadbad 100644 --- a/net/ip/net_context.c +++ b/net/ip/net_context.c @@ -1,4 +1,4 @@ -/*! @file +/** @file @brief Network context API An API for applications to define a network connection. diff --git a/net/ip/net_init.c b/net/ip/net_init.c index 60ece771130..02421dc792b 100644 --- a/net/ip/net_init.c +++ b/net/ip/net_init.c @@ -1,4 +1,4 @@ -/*! @file +/** @file @brief Network initialization Initialize the network IP stack. Create two fibers, one for reading data