Add documentation for the GameProducer class in the Game Kit.

This documentation was provided by Omri Barak, a student participating
in Google Code Initiative (GCI) 2011.

Signed off by John Scipione

Since this is the first class documented in the Game Kit I also added
a reference to the Game Kit to the API docs front page.
This commit is contained in:
John Scipione
2011-12-18 19:42:33 -05:00
parent 2ac1eb67b3
commit 8786818cf2
3 changed files with 312 additions and 1 deletions
+3 -1
View File
@@ -601,6 +601,7 @@ WARN_LOGFILE =
INPUT = . \
app \
drivers \
game \
interface \
keyboard \
locale \
@@ -619,7 +620,8 @@ INPUT = . \
../../headers/os/midi2 \
../../headers/os/storage \
../../headers/os/support \
../../headers/posix/syslog.h
../../headers/posix/syslog.h \
../../src/kits/game/GameProducer.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is