[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,23 +1,3 @@
/** \addtogroup sys
* @{ */
/**
* \defgroup rt Real-time task scheduling
*
* The real-time module handles the scheduling and execution of
* real-time tasks (with predictable execution times).
*
* @{
*/
/**
* \file
* Header file for the real-time timer module.
* \author
* Adam Dunkels <adam@sics.se>
*
*/
/*
* Copyright (c) 2005, Swedish Institute of Computer Science
* All rights reserved.
@ -49,6 +29,27 @@
* This file is part of the Contiki operating system.
*
*/
/**
* \file
* Header file for the real-time timer module.
* \author
* Adam Dunkels <adam@sics.se>
*
*/
/** \addtogroup sys
* @{ */
/**
* \defgroup rt Real-time task scheduling
*
* The real-time module handles the scheduling and execution of
* real-time tasks (with predictable execution times).
*
* @{
*/
#ifndef RTIMER_H_
#define RTIMER_H_