net: Change the remaining doxygen comments to javadoc style
Change-Id: I942558ca9e4c140145de6e4a1bcebf8d9d16f3d2 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
f48fb5f3ec
commit
ea970e2ce1
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/*! @file
|
||||
/** @file
|
||||
@brief Network buffers
|
||||
|
||||
Network data is passed between application and IP stack via
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/*! @file
|
||||
/** @file
|
||||
@brief Network context API
|
||||
|
||||
An API for applications to define a network connection.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/*! @file
|
||||
/** @file
|
||||
@brief Network initialization
|
||||
|
||||
Initialize the network IP stack. Create two fibers, one for reading data
|
||||
|
||||
Loading…
Reference in New Issue
Block a user