From 432c4f08dc890622001d2e5c505600230aa1cffa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 10:03:40 +0000 Subject: =?UTF-8?q?2010-06-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/rtems/mkrootfs.h: doxygen cosmetics. --- cpukit/libnetworking/rtems/mkrootfs.h | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'cpukit/libnetworking') diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h index 857b633264..8bf053bc52 100644 --- a/cpukit/libnetworking/rtems/mkrootfs.h +++ b/cpukit/libnetworking/rtems/mkrootfs.h @@ -30,9 +30,16 @@ extern "C" { #endif -/* +/** * Appends the lines to the a file. Create the file * and builds the path if it does not exist. + * + * @param file + * @param omode + * @param line_cnt + * @param lines + * + * @return 0 on success, -1 on error */ int @@ -41,8 +48,14 @@ rtems_rootfs_file_append (const char *file, const int line_cnt, const char **lines); -/* - * Helper for bulding an /etc/hosts file. +/** + * @brief Helper for bulding an /etc/hosts file. + * + * @param cip + * @param cname + * @param dname + * + * @return 0 on success, -1 on error */ int @@ -50,10 +63,12 @@ rtems_rootfs_append_host_rec (in_addr_t cip, const char *cname, const char *dname); -/* - * Create a few common directories, plus a : +/** + * Create a few common directories, plus a: * /etc/passwd, /etc/group, /etc/host.conf, and * /etc/hosts file. + * + * @return 0 on success, -1 on error */ int -- cgit v1.2.3