rtems: Reference types in construct directives

This commit is contained in:
Sebastian Huber
2023-05-09 14:03:22 +02:00
parent 60c291a128
commit c588daecb9
2 changed files with 4 additions and 2 deletions

View File

@@ -288,7 +288,8 @@ rtems_status_code rtems_message_queue_create(
* @brief Constructs a message queue from the specified the message queue
* configuration.
*
* @param config is the message queue configuration.
* @param config is the pointer to an rtems_message_queue_config object. It
* configures the message queue.
*
* @param[out] id is the pointer to an ::rtems_id object. When the directive
* call is successful, the identifier of the constructed message queue will

View File

@@ -671,7 +671,8 @@ rtems_status_code rtems_task_create(
*
* @brief Constructs a task from the specified task configuration.
*
* @param config is the task configuration.
* @param config is the pointer to an rtems_task_config object. It configures
* the task.
*
* @param[out] id is the pointer to an ::rtems_id object. When the directive
* call is successful, the identifier of the constructed task will be stored