]> git.sesse.net Git - vlc/commitdiff
libvlc: Doxygen fixes. Categorization and cleanup.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 3 Apr 2008 14:02:27 +0000 (16:02 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 3 Apr 2008 14:02:54 +0000 (16:02 +0200)
include/vlc/libvlc.h
include/vlc/libvlc_events.h
include/vlc/libvlc_media_list.h
include/vlc/libvlc_structures.h

index 7a8b8f63533daa4178eed72a94fe1c3e424fa922..3056a0c862b121310a793585290b1ed245df65b5 100644 (file)
@@ -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
  * @{
  */
index 48b4bba593ea41c88cab4f12b76d245a3b96c2c0..d900ba5c165406a015c7b23cf8781096017bfce3 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
  * Events handling
  *****************************************************************************/
 
-/** \defgroup libvlc_events Events
+/** \defgroup libvlc_event libvlc_event
  * \ingroup libvlc
  * LibVLC Available Events
  * @{
index 9af8bf729df3adde611655dfdd37989305210936..e02e12220c71b5a9ea06744bb169c0a38e3645a6 100644 (file)
@@ -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
  * @{
index f8c676864c8fb98f9bfaaddb8e3c9bbcfab7bbd3..b348024d8547ca19c93402749aeab90ef19b3eb0 100644 (file)
@@ -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
  * @{
  */