Commit 98889722 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Doxygen fixes. Categorization and cleanup.

parent 6feab08f
......@@ -759,7 +759,7 @@ VLC_PUBLIC_API void libvlc_audio_set_channel( libvlc_instance_t *, int, libvlc_e
*****************************************************************************/
/** \defgroup libvlc_event libvlc_event
* \ingroup libvlc
* \ingroup libvlc_core
* LibVLC Events
* @{
*/
......@@ -869,7 +869,7 @@ VLC_PUBLIC_API int
*****************************************************************************/
/** \defgroup libvlc_log libvlc_log
* \ingroup libvlc
* \ingroup libvlc_core
* LibVLC Message Logging
* @{
*/
......
......@@ -33,7 +33,7 @@ extern "C" {
* Events handling
*****************************************************************************/
/** \defgroup libvlc_events Events
/** \defgroup libvlc_event libvlc_event
* \ingroup libvlc
* LibVLC Available Events
* @{
......
......@@ -187,7 +187,7 @@ VLC_PUBLIC_API libvlc_media_list_t *
* Media List Player
*****************************************************************************/
/** \defgroup libvlc_media_list_player libvlc_media_list_player
* \ingroup libvlc
* \ingroup libvlc_media_list_player
* LibVLC Media List Player, play a media_list. You can see that as a media
* instance subclass
* @{
......
......@@ -36,7 +36,7 @@ typedef struct libvlc_instance_t libvlc_instance_t;
*****************************************************************************/
/** \defgroup libvlc_exception libvlc_exception
* \ingroup libvlc
* \ingroup libvlc_core
* LibVLC Exceptions handling
* @{
*/
......@@ -54,7 +54,7 @@ typedef struct libvlc_exception_t
* Time
*****************************************************************************/
/** \defgroup libvlc_time libvlc_time
* \ingroup libvlc
* \ingroup libvlc_core
* LibVLC Time support in libvlc
* @{
*/
......@@ -241,7 +241,7 @@ typedef struct libvlc_media_discoverer_t libvlc_media_discoverer_t;
*****************************************************************************/
/** \defgroup libvlc_log libvlc_log
* \ingroup libvlc
* \ingroup libvlc_core
* LibVLC Message Logging
* @{
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment