summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/seterr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-30 08:15:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-06 08:37:49 +0200
commitdba2e690bb9319a29e8eb8dff887a0227bf83248 (patch)
tree599307465c2c8b28dfae4b797e24d13ea6503774 /cpukit/include/rtems/seterr.h
parentimprove the format error reporting on i386 (diff)
downloadrtems-dba2e690bb9319a29e8eb8dff887a0227bf83248.tar.bz2
rtems: Canonicalize Doxygen in <rtems/seterr.h>
Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/seterr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/include/rtems/seterr.h b/cpukit/include/rtems/seterr.h
index 711382d732..adce762dc9 100644
--- a/cpukit/include/rtems/seterr.h
+++ b/cpukit/include/rtems/seterr.h
@@ -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
- * of consistently setting errno and returning -1.
+ * @brief This header file defines macros to set ``errno`` and return minus
+ * one.
*/
/*
@@ -22,7 +22,7 @@
#include <errno.h>
/**
- * @defgroup RTEMSAPISetErrno Set Errno
+ * @defgroup RTEMSAPISetErrno Set Error Number Support
*
* @ingroup RTEMSAPI
*