Updated the description of modules

This commit is contained in:
Laurent Gomila 2012-12-02 23:13:16 +01:00
parent 37d6e72a14
commit 8ddf513216
5 changed files with 18 additions and 3 deletions

View File

@ -43,5 +43,8 @@
////////////////////////////////////////////////////////////
/// \defgroup audio Audio module
///
/// Sounds, streaming (musics or custom sources), recording,
/// spatialization.
///
////////////////////////////////////////////////////////////

View File

@ -56,5 +56,7 @@
////////////////////////////////////////////////////////////
/// \defgroup graphics Graphics module
///
///
/// 2D graphics module: sprites, text, shapes, ...
///
////////////////////////////////////////////////////////////

View File

@ -44,5 +44,8 @@
////////////////////////////////////////////////////////////
/// \defgroup network Network module
///
///
/// Socket-based communication, utilities and higher-level
/// network protocols (HTTP, FTP).
///
////////////////////////////////////////////////////////////

View File

@ -48,5 +48,9 @@
////////////////////////////////////////////////////////////
/// \defgroup system System module
///
/// Base module of SFML, defining various utilities. It provides
/// vector classes, unicode strings and conversion functions,
/// threads and mutexes, timing classes.
///
////////////////////////////////////////////////////////////

View File

@ -45,5 +45,8 @@
////////////////////////////////////////////////////////////
/// \defgroup window Window module
///
///
/// Provides OpenGL-based windows, and abstractions for
/// events and input handling.
///
////////////////////////////////////////////////////////////