Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11990 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
9e7ae25e49
commit
be6f1e0758
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ch.h
|
||||
* @file nil/include/ch.h
|
||||
* @brief Nil RTOS main header file.
|
||||
* @details This header includes all the required kernel headers so it is the
|
||||
* only header you usually need to include in your application.
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ch.c
|
||||
* @file nil/src/ch.c
|
||||
* @brief Nil RTOS main source file.
|
||||
*
|
||||
* @addtogroup NIL_KERNEL
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/chconf.h
|
||||
* @file nil/templates/chconf.h
|
||||
* @brief Configuration file template.
|
||||
* @details A copy of this file must be placed in each project directory, it
|
||||
* contains the application specific kernel settings.
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ch.h
|
||||
* @file rt/include/ch.h
|
||||
* @brief ChibiOS/RT main include file.
|
||||
*
|
||||
* @addtogroup kernel_info
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file templates/chconf.h
|
||||
* @file rt/templates/chconf.h
|
||||
* @brief Configuration file template.
|
||||
* @details A copy of this file must be placed in each project directory, it
|
||||
* contains the application specific kernel settings.
|
||||
|
|
Loading…
Reference in New Issue