From cc390b62c4517e32447e2b2276ba77b0420c8e50 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 11 Dec 2012 17:35:30 -0500 Subject: libcsupport: Doxygen enhancement GCI task #6 http://www.google-melange.com/gci/task/view/google/gci2012/7992212 --- cpukit/libcsupport/src/putk.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'cpukit/libcsupport/src/putk.c') diff --git a/cpukit/libcsupport/src/putk.c b/cpukit/libcsupport/src/putk.c index 53265ffbb5..f3d7758f67 100644 --- a/cpukit/libcsupport/src/putk.c +++ b/cpukit/libcsupport/src/putk.c @@ -1,3 +1,10 @@ +/** + * @file + * + * @brief Write Character to Stream + * @ingroup libcsupport + */ + /* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). @@ -13,9 +20,7 @@ #include -/* - * putk - * +/** * Kernel putk (e.g. puts) function requiring minimal infrastrure. */ void putk(const char *s) -- cgit v1.2.3