From 4b72da419b231acf7b41e57b46177334458b10fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Jun 2011 14:55:27 +0000 Subject: 2011-06-17 Joel Sherrill * libcsupport/include/rtems/malloc.h, libmisc/stackchk/stackchk.h, posix/include/rtems/posix/time.h, rtems/include/rtems/rtems/object.h, score/include/rtems/score/apiext.h, score/include/rtems/score/interr.h, score/include/rtems/score/mpci.h, score/include/rtems/score/objectmp.h, score/include/rtems/score/thread.h, score/include/rtems/score/threadmp.h, score/include/rtems/score/threadq.h, score/include/rtems/score/timespec.h, score/include/rtems/score/timestamp.h, score/include/rtems/score/timestamp64.h, score/include/rtems/score/tod.h, score/include/rtems/score/watchdog.h, score/include/rtems/score/wkspace.h: Make @brief formatting more consistent. * score/include/rtems/score/rbtree.h: Also reformat. --- cpukit/score/include/rtems/score/interr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/interr.h') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index b98eba8d7a..32580b0e20 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -6,7 +6,7 @@ */ /* - * COPYRIGHT (c) 1989-2007. + * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -94,7 +94,8 @@ typedef struct { */ SCORE_EXTERN Internal_errors_Information _Internal_errors_What_happened; -/** @brief Internal error Occurred +/** + * @brief Internal error Occurred * * This routine is invoked when the application or the executive itself * determines that a fatal error has occurred. -- cgit v1.2.3