rtems: Canonicalize Doxygen in <rtems/seterr.h>

Update #3706.
This commit is contained in:
Sebastian Huber
2021-09-30 08:15:11 +02:00
parent 4a5a41459a
commit dba2e690bb

View File

@@ -1,10 +1,10 @@
/** /**
* @file * @file
* *
* @brief Data which Ease the Burden of Consistently Setting Errno * @ingroup RTEMSAPISetErrno
* *
* This file contains macros and definitions which ease the burden * @brief This header file defines macros to set ``errno`` and return minus
* of consistently setting errno and returning -1. * one.
*/ */
/* /*
@@ -22,7 +22,7 @@
#include <errno.h> #include <errno.h>
/** /**
* @defgroup RTEMSAPISetErrno Set Errno * @defgroup RTEMSAPISetErrno Set Error Number Support
* *
* @ingroup RTEMSAPI * @ingroup RTEMSAPI
* *