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:
Giovanni Di Sirio 2018-05-03 12:21:41 +00:00
parent 9e7ae25e49
commit be6f1e0758
5 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -18,7 +18,7 @@
*/
/**
* @file ch.c
* @file nil/src/ch.c
* @brief Nil RTOS main source file.
*
* @addtogroup NIL_KERNEL

View File

@ -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.

View File

@ -18,7 +18,7 @@
*/
/**
* @file ch.h
* @file rt/include/ch.h
* @brief ChibiOS/RT main include file.
*
* @addtogroup kernel_info

View File

@ -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.