From bcd0ea64091d4c360b48cfabbfb94b4f562a9eaa Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sun, 9 Dec 2012 17:55:17 -0500 Subject: libcsupport: Doxygen enhancement task #2 http://www.google-melange.com/gci/task/view/google/gci2012/8017203 --- cpukit/libcsupport/src/isatty_r.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'cpukit/libcsupport/src/isatty_r.c') diff --git a/cpukit/libcsupport/src/isatty_r.c b/cpukit/libcsupport/src/isatty_r.c index 56751dc008..13ba6b4b34 100644 --- a/cpukit/libcsupport/src/isatty_r.c +++ b/cpukit/libcsupport/src/isatty_r.c @@ -1,3 +1,10 @@ +/** + * @file + * + * @brief Test for a Terminal Device + * @ingroup libcsupport + */ + /* * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). @@ -11,14 +18,11 @@ #include "config.h" #endif -/* - * _isatty_r - * - * This is the Newlib dependent reentrant version of isatty(). - */ - #if defined(RTEMS_NEWLIB) && !defined(HAVE__ISATTY_R) + /** + * This is the Newlib dependent reentrant version of isatty(). + */ #include #include #include -- cgit v1.2.3