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

@@ -130,7 +130,7 @@ typedef struct {
bool is_enabled;
/**
* @brief This member provides the ``bool`` object.
* @brief This member provides the `bool` object.
*/
bool enabled_obj;
@@ -402,7 +402,7 @@ static void RtemsIntrReqVectorIsEnabled_Pre_Enabled_Prepare(
switch ( state ) {
case RtemsIntrReqVectorIsEnabled_Pre_Enabled_Obj: {
/*
* While the ``enabled`` parameter references an object of type ``bool``.
* While the ``enabled`` parameter references an object of type `bool`.
*/
ctx->enabled = &ctx->enabled_obj;
break;