mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 04:18:59 +00:00
rtems: Use single '`' for code phrases
These files are generated from specification items. Use Markdown format.
This commit is contained in:
committed by
Gedare Bloom
parent
33e3b09c16
commit
79ca48adcc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user