[doc] Give files a common structure by placing license first (partial)
Followed by doxyen file and group tags. This patch is only a first attempt to make provide a clean structure, many more files require rework, too.
This commit is contained in:
parent
b0206e2f58
commit
85b494c16b
141 changed files with 2026 additions and 1994 deletions
|
@ -1,23 +1,3 @@
|
|||
/**
|
||||
* \addtogroup rime
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* \defgroup rimestbroadcast Stubborn best-effort local area broadcast
|
||||
* @{
|
||||
*
|
||||
* The stbroadcast module provides stubborn anonymous best-effort local area
|
||||
* broadcast. A message sent with the stbroadcast module is repeated until
|
||||
* either the message is canceled or a new message is sent. Messages
|
||||
* sent with the stbroadcast module are not identified with a sender ID.
|
||||
*
|
||||
* \section channels Channels
|
||||
*
|
||||
* The stbroadcast module uses 1 channel.
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006, Swedish Institute of Computer Science.
|
||||
* All rights reserved.
|
||||
|
@ -57,6 +37,26 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
/**
|
||||
* \addtogroup rime
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* \defgroup rimestbroadcast Stubborn best-effort local area broadcast
|
||||
* @{
|
||||
*
|
||||
* The stbroadcast module provides stubborn anonymous best-effort local area
|
||||
* broadcast. A message sent with the stbroadcast module is repeated until
|
||||
* either the message is canceled or a new message is sent. Messages
|
||||
* sent with the stbroadcast module are not identified with a sender ID.
|
||||
*
|
||||
* \section channels Channels
|
||||
*
|
||||
* The stbroadcast module uses 1 channel.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef STBROADCAST_H_
|
||||
#define STBROADCAST_H_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue