Documentation related fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.2.x@2481 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-12-15 21:05:00 +00:00
parent a8583f6dc3
commit d4df8d37a6
10 changed files with 10 additions and 10 deletions

View File

@ -76,7 +76,7 @@ struct context {
};
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -174,7 +174,7 @@ struct context {
};
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -72,7 +72,7 @@ struct intctx {
#endif
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -60,7 +60,7 @@ struct intctx {
#endif
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -129,7 +129,7 @@ struct context {
};
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -104,7 +104,7 @@ struct context {
};
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -167,7 +167,7 @@ struct context {
};
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -84,7 +84,7 @@ struct context {
#define APUSH(p, a) (p) -= sizeof(void *), *(void **)(p) = (void*)(a)
/**
* Platform dependent part of the @p chThdInit() API.
* Platform dependent part of the @p chThdCreateI() API.
* This code usually setup the context switching frame represented by a
* @p intctx structure.
*/

View File

@ -127,7 +127,7 @@ struct stm8_startctx {
};
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/

View File

@ -125,7 +125,7 @@ struct stm8_startctx {
};
/**
* @brief Platform dependent part of the @p chThdInit() API.
* @brief Platform dependent part of the @p chThdCreateI() API.
* @details This code usually setup the context switching frame represented
* by an @p intctx structure.
*/