summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libnetworking/rtems/ftpfs.h9
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.h15
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet.h4
3 files changed, 17 insertions, 11 deletions
diff --git a/cpukit/libnetworking/rtems/ftpfs.h b/cpukit/libnetworking/rtems/ftpfs.h
index a79923263f..ffa0bf602f 100644
--- a/cpukit/libnetworking/rtems/ftpfs.h
+++ b/cpukit/libnetworking/rtems/ftpfs.h
@@ -1,9 +1,12 @@
-/*
+/**
+ * @file rtems/ftpfs.h
+ *
* File Transfer Protocol client declarations
*
* Transfer file to/from remote host
- *
- *
+ */
+
+/*
* (c) Copyright 2002
* Thomas Doerfler
* IMD Ingenieurbuero fuer Microcomputertechnik
diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h
index 42bb944b2a..8de4593d7c 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.h
+++ b/cpukit/libnetworking/rtems/mkrootfs.h
@@ -1,8 +1,10 @@
-/*
- ------------------------------------------------------------------------
- $Id$
- ------------------------------------------------------------------------
+/**
+ * @file rtems/mkrootfs.h
+ *
+ * RTEMS Root FS creation support.
+ */
+/*
Copyright Cybertec Pty Ltd, 2000
All rights reserved Cybertec Pty Ltd, 2000
@@ -16,10 +18,7 @@
This software with is provided ``as is'' and with NO WARRANTY.
- ------------------------------------------------------------------------
-
- RTEMS Root FS creatation support.
-
+ $Id$
*/
#ifndef __RTEMS_MKROOTFS_h
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet.h b/cpukit/libnetworking/rtems/rtems_bsdnet.h
index 960f8cb5a1..97f9e3062a 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/rtems_bsdnet.h
+ */
+
/*
* $Id$
*/