[Kos-cvs] kos/modules doc.cfg,1.1,1.2

thomas at kos.enix.org thomas at kos.enix.org
Sun Jan 16 12:42:16 CET 2005


Update of /home/kos/cvs/kos/modules
In directory the-doors:/tmp/cvs-serv27084/modules

Modified Files:
	doc.cfg 
Log Message:
2005-01-16  Thomas Petazzoni  <thomas at crazy.kos.nx>

	* modules/i8042/i8042.c: Correct the name of init_module_level0 to
	init_module_level4, as reported by David Mentré.

	* modules/console/console.c: GPL header + doxygen documentation.

	* modules/console/console.h: GPL header + doxygen documentation.

	* modules/console/_console.h: GPL header + doxygen documentation.

	* modules/console/_console.c: GPL header + doxygen documentation.

	* modules/doc.cfg (PROJECT_NUMBER): Increment KOS version ;-)

	* doc/Makefile (SRCS): Add the helloworld documentation to the
	list of documentation automatically generated.

	* modules/debug/bochs.c: Some doxygen documentation.



Index: doc.cfg
===================================================================
RCS file: /home/kos/cvs/kos/modules/doc.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- doc.cfg	28 Dec 2004 20:10:29 -0000	1.1
+++ doc.cfg	16 Jan 2005 11:42:14 -0000	1.2
@@ -1,5 +1,5 @@
 PROJECT_NAME          = "KOS modules"
-PROJECT_NUMBER        = 0.0.7
+PROJECT_NUMBER        = 0.0.8
 OPTIMIZE_OUTPUT_FOR_C = YES
 OUTPUT_DIRECTORY      = .
 EXTRACT_ALL           = YES



More information about the Kos-cvs mailing list