From: Tom H. <tom...@us...> - 2003-01-10 18:54:23
|
Update of /cvsroot/rccparser/rccparser In directory sc8-pr-cvs1:/tmp/cvs-serv2268 Modified Files: NEWS Log Message: 2003-01-10 Tom Howard <tom...@us...> * ./Makefile.am * ./src/Makefile.am * ./src/rcclexer.lpp * ./src/rccparse.ypp * ./src/rccparser.h * ./src/rccptest.cpp * ./src/doxygen.conf Added a whole heap of documentation Added two missing player audio functions Index: NEWS =================================================================== RCS file: /cvsroot/rccparser/rccparser/NEWS,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** NEWS 10 Jan 2003 17:35:54 -0000 1.16 --- NEWS 10 Jan 2003 18:54:19 -0000 1.17 *************** *** 1,5 **** [1.2.1] * The code now has doxygen compatible emmbedded documentation. From ! the src directory run 'make doc' to build the documentation. * Fixed bug in handling of emmbedded nulls. --- 1,6 ---- [1.2.1] * The code now has doxygen compatible emmbedded documentation. From ! the src directory run 'make doc' to build the documentation. It's got ! a lot of stuff, but it's not yet complete. * Fixed bug in handling of emmbedded nulls. |