[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 sys
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* \defgroup loader The Contiki program loader
|
||||
*
|
||||
* The Contiki program loader is an abstract interface for loading and
|
||||
* starting programs.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file
|
||||
* Default definitions and error values for the Contiki program loader.
|
||||
* \author Adam Dunkels <adam@dunkels.com>
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003, Adam Dunkels.
|
||||
* All rights reserved.
|
||||
|
@ -51,6 +31,27 @@
|
|||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file
|
||||
* Default definitions and error values for the Contiki program loader.
|
||||
* \author Adam Dunkels <adam@dunkels.com>
|
||||
*
|
||||
*/
|
||||
|
||||
/** \addtogroup sys
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* \defgroup loader The Contiki program loader
|
||||
*
|
||||
* The Contiki program loader is an abstract interface for loading and
|
||||
* starting programs.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef LOADER_H_
|
||||
#define LOADER_H_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue