changeset 356:ea5c61aeb891

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 07 Jun 2002 13:31:39 +0000
parents 5dbf2f9cde00
children b3ac77d08e79
files CHANGELOG TODO
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Fri Jun 07 13:26:13 2002 +0000
+++ b/CHANGELOG	Fri Jun 07 13:31:39 2002 +0000
@@ -2,6 +2,9 @@
  * CHANGELOG.
  */
 
+06072002 - Manpages! Finally installed Doxygen and scratched together a
+           Doxyfile. After some revision to physfs.h, we've got a rather
+           nice API reference.
 06062002 - Added URLs for official and unofficial versions of ModPlug in
            decoders/modplug.c. Cleaned up some FIXMEs.
 05222002 - Torbjörn sent in some more fixes for altcvt: mono to stereo
--- a/TODO	Fri Jun 07 13:26:13 2002 +0000
+++ b/TODO	Fri Jun 07 13:31:39 2002 +0000
@@ -1,5 +1,4 @@
 More immediate (needed for 1.0 release):
-- Man pages. Doxygen would be cool.
 - Fix the crappy rewind implementation in shn.c's SHN_rewind().
 - Finish implementing seek() method in decoders, see below.
 - Add a sdlsound-config script?
@@ -13,7 +12,6 @@
 - quicktime.c
 
 General stuff TODO:
-- Man pages for the API.
 - Hack on the experimental audio conversion routines.
 - Handle compression and other chunks in WAV files.
 - Handle compression and other chunks in AIFF-C files.