[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:
Enrico Joerns 2014-11-08 01:15:42 +01:00
parent b0206e2f58
commit 85b494c16b
141 changed files with 2026 additions and 1994 deletions

View file

@ -1,25 +1,3 @@
/**
* \addtogroup rime
* @{
*/
/**
* \defgroup rimeuc Single-hop unicast
* @{
*
* The unicast module sends a packet to an identified single-hop
* neighbor. The unicast primitive uses the broadcast primitive and
* adds the single-hop receiver address attribute to the outgoing
* packets. For incoming packets, the unicast module inspects the
* single-hop receiver address attribute and discards the packet if
* the address does not match the address of the node.
*
* \section channels Channels
*
* The unicast module uses 1 channel.
*
*/
/*
* Copyright (c) 2006, Swedish Institute of Computer Science.
* All rights reserved.
@ -59,6 +37,28 @@
* Adam Dunkels <adam@sics.se>
*/
/**
* \addtogroup rime
* @{
*/
/**
* \defgroup rimeuc Single-hop unicast
* @{
*
* The unicast module sends a packet to an identified single-hop
* neighbor. The unicast primitive uses the broadcast primitive and
* adds the single-hop receiver address attribute to the outgoing
* packets. For incoming packets, the unicast module inspects the
* single-hop receiver address attribute and discards the packet if
* the address does not match the address of the node.
*
* \section channels Channels
*
* The unicast module uses 1 channel.
*
*/
#ifndef UNICAST_H_
#define UNICAST_H_