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-861f7616d084
master
Stefan Huehner 2006-09-19 20:25:16 +00:00
parent d913adc42e
commit a5b8c5a451
5 changed files with 12 additions and 15 deletions

View File

@ -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
*/

View File

@ -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
*/

View File

@ -1,7 +1,5 @@
/*
* GTime.h
*
* Interface to the game clock.
/*! \file gtime.h
* \brief Interface to the game clock.
*
*/
#ifndef _gtime_h

View File

@ -1,6 +1,6 @@
/***************************************************************************/
/*
* Priority queue code
/*! \file pqueue.h
* \brief Priority queue code
*
*/
/***************************************************************************/

View File

@ -1,5 +1,8 @@
/***************************************************************************/
/*! \file ptrlist.h
* \brief Generic singly-linked list of elements
*
*/
#ifndef _PTRLIST_H_
#define _PTRLIST_H_