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/funlockfile.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/funlockfile.c') diff --git a/cpukit/libcsupport/src/funlockfile.c b/cpukit/libcsupport/src/funlockfile.c index 53362cf959..46e8af33bb 100644 --- a/cpukit/libcsupport/src/funlockfile.c +++ b/cpukit/libcsupport/src/funlockfile.c @@ -1,3 +1,10 @@ +/** + * @file + * + * @brief Unlock File for Stdio + * @ingroup libcsupport + */ + /* * Copyright (c) 2009 by * Ralf Corsépius, Ulm, Germany. All rights reserved. @@ -14,7 +21,9 @@ #include -/* This is a non-functional stub */ +/** + * This is a non-functional stub + */ void funlockfile(FILE* file __attribute__((unused))) { } -- cgit v1.2.3