Add doxygen headers describing files in gamelib
(using description which were already there) git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@733 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
d913adc42e
commit
a5b8c5a451
|
@ -1,8 +1,6 @@
|
|||
/***************************************************************************/
|
||||
/*
|
||||
* Anim.h
|
||||
*
|
||||
* Animation types and function headers
|
||||
/*! \file anim.h
|
||||
* \brief Animation types and function headers
|
||||
*
|
||||
* Gareth Jones 11/7/97
|
||||
*/
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/***************************************************************************/
|
||||
/*
|
||||
* Animobj.h
|
||||
*
|
||||
* Animation object types and function headers
|
||||
/*! \file animobj.h
|
||||
* \brief Animation object types and function headers
|
||||
*
|
||||
* Gareth Jones 14/11/97
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
/*
|
||||
* GTime.h
|
||||
*
|
||||
* Interface to the game clock.
|
||||
/*! \file gtime.h
|
||||
* \brief Interface to the game clock.
|
||||
*
|
||||
*/
|
||||
#ifndef _gtime_h
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/***************************************************************************/
|
||||
/*
|
||||
* Priority queue code
|
||||
/*! \file pqueue.h
|
||||
* \brief Priority queue code
|
||||
*
|
||||
*/
|
||||
/***************************************************************************/
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
/***************************************************************************/
|
||||
|
||||
/*! \file ptrlist.h
|
||||
* \brief Generic singly-linked list of elements
|
||||
*
|
||||
*/
|
||||
#ifndef _PTRLIST_H_
|
||||
#define _PTRLIST_H_
|
||||
|
||||
|
|
Loading…
Reference in New Issue