summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-12-29 18:14:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-12-29 18:14:57 +0000
commitb4d645bd285868a00d9913afd38d9f8591798936 (patch)
tree1e84abb3b92b06216e5690497a55180d4783a432 /cpukit
parent2004-12-29 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b4d645bd285868a00d9913afd38d9f8591798936.tar.bz2
Add doxygen preamble.
Diffstat (limited to 'cpukit')
-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$
*/