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/mknod.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'cpukit/libcsupport/src/mknod.c') diff --git a/cpukit/libcsupport/src/mknod.c b/cpukit/libcsupport/src/mknod.c index 6a63455d81..0a639f0813 100644 --- a/cpukit/libcsupport/src/mknod.c +++ b/cpukit/libcsupport/src/mknod.c @@ -1,10 +1,11 @@ -/* - * mknod() - * - * This routine is not defined in the POSIX 1003.1b standard but is - * commonly supported on most UNIX and POSIX systems. It is the - * foundation for creating file system objects. +/** + * @file * + * @brief Create a Special or Ordinary File + * @ingroup libcsupport + */ + +/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * @@ -55,6 +56,11 @@ int rtems_filesystem_mknod( return rv; } +/** + * This routine is not defined in the POSIX 1003.1b standard but is + * commonly supported on most UNIX and POSIX systems. It is the + * foundation for creating file system objects. + */ int mknod( const char *path, mode_t mode, dev_t dev ) { int rv = 0; -- cgit v1.2.3