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 ...@@ -759,7 +759,7 @@ VLC_PUBLIC_API void libvlc_audio_set_channel( libvlc_instance_t *, int, libvlc_e
*****************************************************************************/ *****************************************************************************/
/** \defgroup libvlc_event libvlc_event /** \defgroup libvlc_event libvlc_event
* \ingroup libvlc * \ingroup libvlc_core
* LibVLC Events * LibVLC Events
* @{ * @{
*/ */
...@@ -869,7 +869,7 @@ VLC_PUBLIC_API int ...@@ -869,7 +869,7 @@ VLC_PUBLIC_API int
*****************************************************************************/ *****************************************************************************/
/** \defgroup libvlc_log libvlc_log /** \defgroup libvlc_log libvlc_log
* \ingroup libvlc * \ingroup libvlc_core
* LibVLC Message Logging * LibVLC Message Logging
* @{ * @{
*/ */
......
...@@ -33,7 +33,7 @@ extern "C" { ...@@ -33,7 +33,7 @@ extern "C" {
* Events handling * Events handling
*****************************************************************************/ *****************************************************************************/
/** \defgroup libvlc_events Events /** \defgroup libvlc_event libvlc_event
* \ingroup libvlc * \ingroup libvlc
* LibVLC Available Events * LibVLC Available Events
* @{ * @{
......
...@@ -187,7 +187,7 @@ VLC_PUBLIC_API libvlc_media_list_t * ...@@ -187,7 +187,7 @@ VLC_PUBLIC_API libvlc_media_list_t *
* Media List Player * Media List Player
*****************************************************************************/ *****************************************************************************/
/** \defgroup libvlc_media_list_player libvlc_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 * LibVLC Media List Player, play a media_list. You can see that as a media
* instance subclass * instance subclass
* @{ * @{
......
...@@ -36,7 +36,7 @@ typedef struct libvlc_instance_t libvlc_instance_t; ...@@ -36,7 +36,7 @@ typedef struct libvlc_instance_t libvlc_instance_t;
*****************************************************************************/ *****************************************************************************/
/** \defgroup libvlc_exception libvlc_exception /** \defgroup libvlc_exception libvlc_exception
* \ingroup libvlc * \ingroup libvlc_core
* LibVLC Exceptions handling * LibVLC Exceptions handling
* @{ * @{
*/ */
...@@ -54,7 +54,7 @@ typedef struct libvlc_exception_t ...@@ -54,7 +54,7 @@ typedef struct libvlc_exception_t
* Time * Time
*****************************************************************************/ *****************************************************************************/
/** \defgroup libvlc_time libvlc_time /** \defgroup libvlc_time libvlc_time
* \ingroup libvlc * \ingroup libvlc_core
* LibVLC Time support in libvlc * LibVLC Time support in libvlc
* @{ * @{
*/ */
...@@ -241,7 +241,7 @@ typedef struct libvlc_media_discoverer_t libvlc_media_discoverer_t; ...@@ -241,7 +241,7 @@ typedef struct libvlc_media_discoverer_t libvlc_media_discoverer_t;
*****************************************************************************/ *****************************************************************************/
/** \defgroup libvlc_log libvlc_log /** \defgroup libvlc_log libvlc_log
* \ingroup libvlc * \ingroup libvlc_core
* LibVLC Message Logging * 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