More documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1005 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-06-01 18:05:38 +00:00
parent a765e562ea
commit d9d8d0bc90
2 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,11 @@
#ifndef _INLINE_H_
#define _INLINE_H_
/**
* @file inline.h
* @brief Kernel inlined functions.
*/
/*
* Inlined functions if CH_OPTIMIZE_SPEED is enabled.
* Note: static inlined functions do not duplicate the code in every module

View File

@ -43,7 +43,7 @@
* .
* @file testheap.c
* @brief Heap test source file
* @file testevt.h
* @file testheap.h
* @brief Heap header file
*/