Updated the description of modules
This commit is contained in:
parent
37d6e72a14
commit
8ddf513216
@ -44,4 +44,7 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup audio Audio module
|
/// \defgroup audio Audio module
|
||||||
///
|
///
|
||||||
|
/// Sounds, streaming (musics or custom sources), recording,
|
||||||
|
/// spatialization.
|
||||||
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
@ -57,4 +57,6 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup graphics Graphics module
|
/// \defgroup graphics Graphics module
|
||||||
///
|
///
|
||||||
|
/// 2D graphics module: sprites, text, shapes, ...
|
||||||
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
@ -45,4 +45,7 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup network Network module
|
/// \defgroup network Network module
|
||||||
///
|
///
|
||||||
|
/// Socket-based communication, utilities and higher-level
|
||||||
|
/// network protocols (HTTP, FTP).
|
||||||
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
@ -49,4 +49,8 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup system System module
|
/// \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.
|
||||||
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
@ -46,4 +46,7 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \defgroup window Window module
|
/// \defgroup window Window module
|
||||||
///
|
///
|
||||||
|
/// Provides OpenGL-based windows, and abstractions for
|
||||||
|
/// events and input handling.
|
||||||
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user