[rtems commit] score: Documentation

Sebastian Huber sebh at rtems.org
Thu Mar 5 07:45:57 UTC 2015


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

Author:    Alexander Krutwig <alexander.krutwig at embedded-brains.de>
Date:      Wed Mar  4 13:07:02 2015 +0100

score: Documentation

---

 cpukit/score/include/rtems/score/interr.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 2100c13..e0cedaf 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -43,8 +43,21 @@ extern "C" {
  *  can be reported.
  */
 typedef enum {
+  /**
+   * @brief Errors of the core system.
+   *
+   * @see Internal_errors_Core_list.
+   */
   INTERNAL_ERROR_CORE,
+
+  /**
+   * @brief Errors of the RTEMS API.
+   */
   INTERNAL_ERROR_RTEMS_API,
+
+  /**
+   * @brief Errors of the POSIX API.
+   */
   INTERNAL_ERROR_POSIX_API,
 
   /**



More information about the vc mailing list