[PATCH] score: Documentation

Gedare Bloom gedare at rtems.org
Wed Mar 4 14:01:42 UTC 2015


OK to apply if it looks correct in generated doxygen. (Some
instructions are buried in https://devel.rtems.org/wiki/GCI/Projects
look for do_doxygen)

Gedare

On Wed, Mar 4, 2015 at 7:07 AM, Alexander Krutwig
<alexander.krutwig at embedded-brains.de> wrote:
> ---
>  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,
>
>    /**
> --
> 1.8.4.5
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel



More information about the devel mailing list