rtems: Use single '`' for code phrases

These files are generated from specification items.  Use Markdown
format.
This commit is contained in:
Sebastian Huber
2025-08-28 14:08:40 +02:00
committed by Gedare Bloom
parent 33e3b09c16
commit 79ca48adcc
41 changed files with 376 additions and 386 deletions

View File

@@ -203,7 +203,7 @@ typedef struct {
storage_area[ MAXIMUM_PENDING_MESSAGES];
/**
* @brief This member contains always the same arbitrary number ``magic``.
* @brief This member contains always the same arbitrary number `magic`.
*
* It is used for run-time type checking.
*/
@@ -271,7 +271,7 @@ typedef struct {
/**
* @brief This member contains a pointer to a function which is executed
* while the worker is waiting to receive a message (`delete(), nop()``).
* while the worker is waiting to receive a message (`delete(), nop()`).
*/
void (*concurrent_activity)( void *ctx_in );
@@ -704,7 +704,7 @@ static void RtemsMessageReqReceive_Pre_Size_Prepare(
switch ( state ) {
case RtemsMessageReqReceive_Pre_Size_Valid: {
/*
* While the ``size`` parameter references an object of type ``size_t``.
* While the ``size`` parameter references an object of type `size_t`.
*/
ctx->size_param = &ctx->receive_size;
break;