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
+7
View File
@@ -32,6 +32,8 @@
- The \ref app is the starting point for developing applications
and includes classes for messaging and for interacting with
the rest of the system.
- The \ref game provides classes for producing game sounds and
working with full screen apps.
- The \ref interface is used to create responsive and attractive
graphical user interfaces building on the messaging facilities
provided by the Application Kit.
@@ -97,6 +99,11 @@
- BRoster
\defgroup game Game Kit
\brief The Game Kit provides classes for producing game sounds and
working with full screen apps.
\defgroup interface Interface Kit
\brief API for displaying a graphical user interface.