Add doxygen preamble.

This commit is contained in:
Ralf Corsepius
2004-11-21 06:27:15 +00:00
parent 3394273c72
commit 6c2675dfb2
45 changed files with 188 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
/* aio.h /**
* * @file aio.h
*/
/*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,8 @@
/* devctl.h /**
* * @file devctl.h
*/
/*
* $Id$ * $Id$
*/ */

View File

@@ -1,8 +1,12 @@
/* intr.h /**
* @file intr.h
*
* *
* XXX: It is unclear if the type "intr_t" should be defined when * XXX: It is unclear if the type "intr_t" should be defined when
* _POSIX_INTERRUPT_CONTROL is not. * _POSIX_INTERRUPT_CONTROL is not.
* */
/*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,8 @@
/* mqueue.h /**
* * @file mqueue.h
*/
/*
* $Id$ * $Id$
*/ */

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/cancel.h
*/
/* rtems/posix/cancel.h /* rtems/posix/cancel.h
* *
* $Id$ * $Id$

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/cond.h
*/
/* rtems/posix/cond.h /* rtems/posix/cond.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/condmp.h
*/
/* condmp.h /* condmp.h
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/config.h
*/
/* config.h /* config.h
* *
* This include file contains the table of user defined configuration * This include file contains the table of user defined configuration

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/intr.h
*/
/* rtems/posix/intr.h /* rtems/posix/intr.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/key.h
*/
/* rtems/posix/key.h /* rtems/posix/key.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for

View File

@@ -1,8 +1,11 @@
/* rtems/posix/mqueue.h /**
* @file rtems/posix/mqueue.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for
* POSIX Message Queues. * POSIX Message Queues.
* */
/*
* COPYRIGHT (c) 1989-1999. * COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/mqueuemp.h
*/
/* mqueuemp.h /* mqueuemp.h
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/mutex.h
*/
/* rtems/posix/mutex.h /* rtems/posix/mutex.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/mutexmp.h
*/
/* mutexmp.h /* mutexmp.h
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/posixapi.h
*/
/* /*
* POSIX API Support * POSIX API Support
* *

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/priority.h
*/
/* /*
* *
* *

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/psignal.h
*/
/* /*
* $Id$ * $Id$
*/ */

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/pthread.h
*/
/* rtems/posix/pthread.h /* rtems/posix/pthread.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/pthreadmp.h
*/
/* pthreadmp.h /* pthreadmp.h
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/ptimer.h
*/
/* rtems/posix/ptimer.h /* rtems/posix/ptimer.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/semaphore.h
*/
/* rtems/posix/semaphore.h /* rtems/posix/semaphore.h
* *
* This include file contains all the private support information for * This include file contains all the private support information for

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/semaphoremp.h
*/
/* semaphoremp.h /* semaphoremp.h
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/threadsup.h
*/
/* threadsup.h /* threadsup.h
* *
* $Id$ * $Id$

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/time.h
*/
/* /*
* *
* *

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/timer.h
*/
/* /*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,8 @@
/* sched.h /**
* * @file sched.h
*/
/*
* $Id$ * $Id$
*/ */

View File

@@ -1,5 +1,8 @@
/* semaphore.h /**
* * @file semaphore.h
*/
/*
* $Id$ * $Id$
*/ */

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/cond.inl
*/
/* rtems/posix/cond.inl /* rtems/posix/cond.inl
* *
* This include file contains the static inline implementation of the private * This include file contains the static inline implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/intr.inl
*/
/* rtems/posix/intr.inl /* rtems/posix/intr.inl
* *
* This include file contains the static inline implementation of the private * This include file contains the static inline implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/key.inl
*/
/* rtems/posix/key.inl /* rtems/posix/key.inl
* *
* This include file contains the static inline implementation of the private * This include file contains the static inline implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/mqueue.inl
*/
/* rtems/posix/mqueue.inl /* rtems/posix/mqueue.inl
* *
* This include file contains the static inline implementation of the private * This include file contains the static inline implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/mutex.inl
*/
/* rtems/posix/mutex.inl /* rtems/posix/mutex.inl
* *
* This include file contains the static inline implementation of the private * This include file contains the static inline implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/priority.inl
*/
/* /*
* $Id$ * $Id$
*/ */

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/pthread.inl
*/
/* rtems/posix/pthread.inl /* rtems/posix/pthread.inl
* *
* This include file contains the static inline implementation of the private * This include file contains the static inline implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/semaphore.inl
*/
/* rtems/posix/semaphore.inl /* rtems/posix/semaphore.inl
* *
* This include file contains the static inline implementation of the private * This include file contains the static inline implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/timer.inl
*/
/* timer.inl /* timer.inl
* *
* This file contains the static inline implementation of the inlined routines * This file contains the static inline implementation of the inlined routines

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/cond.inl
*/
/* rtems/posix/cond.inl /* rtems/posix/cond.inl
* *
* This include file contains the macro implementation of the private * This include file contains the macro implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/intr.inl
*/
/* rtems/posix/intr.inl /* rtems/posix/intr.inl
* *
* This include file contains the macro implementation of the private * This include file contains the macro implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/key.inl
*/
/* rtems/posix/key.inl /* rtems/posix/key.inl
* *
* This include file contains the macro implementation of the private * This include file contains the macro implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/mqueue.inl
*/
/* rtems/posix/mqueue.inl /* rtems/posix/mqueue.inl
* *
* This include file contains the macro implementation of the private * This include file contains the macro implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/mutex.inl
*/
/* rtems/posix/mutex.inl /* rtems/posix/mutex.inl
* *
* This include file contains the macro implementation of the private * This include file contains the macro implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/priority.inl
*/
/* /*
* $Id$ * $Id$
*/ */

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/pthread.inl
*/
/* rtems/posix/pthread.inl /* rtems/posix/pthread.inl
* *
* This include file contains the macro implementation of the private * This include file contains the macro implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/semaphore.inl
*/
/* rtems/posix/semaphore.inl /* rtems/posix/semaphore.inl
* *
* This include file contains the macro implementation of the private * This include file contains the macro implementation of the private

View File

@@ -1,3 +1,7 @@
/**
* @file rtems/posix/timer.inl
*/
/* timer.inl /* timer.inl
* *
* This file contains the macro implementation of the inlined routines * This file contains the macro implementation of the inlined routines