diff options
author | blinkseb <blinkseb@svn> | 2010-03-17 09:44:09 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-03-17 09:44:09 +0000 |
commit | 9b49d0ef0ada7693be5eb92a3b613c38e2224c92 (patch) | |
tree | adee1f9f6766cd75149056f002844501d5b9090e /doxygen_resources/pages | |
parent | 6ad3267fd9c94e133bc28de90aa822bb353f0363 (diff) |
updated: doxygen "build" script.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28615 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'doxygen_resources/pages')
-rw-r--r-- | doxygen_resources/pages/mainpage.dox | 103 |
1 files changed, 100 insertions, 3 deletions
diff --git a/doxygen_resources/pages/mainpage.dox b/doxygen_resources/pages/mainpage.dox index 1259b4b1b3..064fe4d008 100644 --- a/doxygen_resources/pages/mainpage.dox +++ b/doxygen_resources/pages/mainpage.dox @@ -9,9 +9,6 @@ and we welcome any and all input to documenting it further. Documentation serves both to help newcomers get to grips with the source quickly, and to highlight possible deficiencies in the code or interfaces. - - Currently the doxygen configuration file is set to only document the "xbmc\utils" directory, - though the ultimate goal is to document the public interface of everything. Any help/suggestions are more than welcome. @@ -19,3 +16,103 @@ XBMC is a free, open source (GPL) multimedia player that runs on Linux, Mac OS X (10.4 and later), AppleTV and Windows. See http://xbmc.org for more details. */ + +// Groups definition + +/////////////////////////////////////// +// +// xbmc project +// +/////////////////////////////////////// + +/*! + \defgroup windows XBMC windows + + XBMC windows +*/ + +/*! + \defgroup music Music info + + Elements used in my music +*/ + + +////////////////////////////////////// +// +// guilib project +// +////////////////////////////////////// + +/*! + \defgroup guilib guilib classes + + guilib classes +*/ + +/*! + \defgroup winref Window Reference + \ingroup guilib + + The window reference +*/ + +/*! + \defgroup winmsg Windows and Messages + \ingroup winref + Windows and messages +*/ + +/*! + \defgroup controls Controls + \ingroup winref + Control classes +*/ + +/*! + \defgroup winman Window Manager and Callbacks + \ingroup winref + + Everything about window manager and callbacks +*/ + +/*! + \defgroup actionkeys Actions and Keys + \ingroup winref + + Everything around action mapping and key processing +*/ + +/*! + \defgroup graphics Graphics and Screen + \ingroup guilib + + Everything around graphics and Screen +*/ + +/*! + \defgroup textures Textures and Fonts + \ingroup graphics + + Everything about textures and fonts +*/ + +/*! + \defgroup strings Strings and Localization + \ingroup guilib + + Everything around Strings and localization +*/ + +/*! + \defgroup tinyxml XML Parser + \ingroup strings + + Tiny XML - XML Parser +*/ + +/*! + \defgroup jobs Asynchronous jobs + + Threaded job execution +*/
\ No newline at end of file |