start to work with doxygen

fix mem_size/mem_base usage with device rom driver
This commit is contained in:
hathach
2012-11-29 10:41:33 +07:00
parent 851f5bfd06
commit 8cd811e2a9
14 changed files with 188 additions and 89 deletions

View File

@@ -35,19 +35,25 @@
* This file is part of the tiny usb stack.
*/
/** \file
* \brief Compiler Header
*
* \note TBD
*/
/** \ingroup Group_Common
* \defgroup Group_Compiler Compiler
* \brief Group_Compiler brief
*
* @{
*/
#ifndef _TUSB_COMPILER_H_
#define _TUSB_COMPILER_H_
#ifdef __cplusplus
extern "C" {
#endif
#if defined(__GNUC__)
#include "compiler_gcc.h"
#endif
#ifdef __cplusplus
}
#endif
#endif /* _TUSB_COMPILER_H_ */
/// @}