[rtems commit] rtems: Canonicalize Doxygen in <rtems/seterr.h>

Sebastian Huber sebh at rtems.org
Wed Oct 6 06:41:11 UTC 2021


Module:    rtems
Branch:    master
Commit:    dba2e690bb9319a29e8eb8dff887a0227bf83248
Changeset: http://git.rtems.org/rtems/commit/?id=dba2e690bb9319a29e8eb8dff887a0227bf83248

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 30 08:15:11 2021 +0200

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

Update #3706.

---

 cpukit/include/rtems/seterr.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/cpukit/include/rtems/seterr.h b/cpukit/include/rtems/seterr.h
index 711382d..adce762 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
  *



More information about the vc mailing list