doxygen: change comment style to match javadoc

The change replaces multiple asterisks to ** at
the beginning of comments and adds a space before
the asterisks at the beginning of lines.

Change-Id: I7656bde3bf4d9a31e38941e43b580520432dabc1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-07-01 17:22:39 -04:00
commit ea0d0b220c
305 changed files with 11249 additions and 11249 deletions

View file

@ -54,7 +54,7 @@ struct bt_conn *bt_conn_get(struct bt_conn *conn);
* Decrement the reference count of a connection object.
*
* @param conn Connection object.
*/
*/
void bt_conn_put(struct bt_conn *conn);
/** @brief Look up an existing connection by address.