Changeset 98889722f41bf89e0cea1cc1fb355247640e3520

Show
Ignore:
Timestamp:
04/03/08 16:02:54 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1207231374 +0200
git-parent:

[6feab08f8bebebae90d1f32e75b5c007ce1407d4]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1207231347 +0200
Message:

libvlc: Doxygen fixes. Categorization and cleanup.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc/libvlc.h

    r6db16f0 r9888972  
    760760 
    761761/** \defgroup libvlc_event libvlc_event 
    762  * \ingroup libvlc 
     762 * \ingroup libvlc_core 
    763763 * LibVLC Events 
    764764 * @{ 
     
    870870 
    871871/** \defgroup libvlc_log libvlc_log 
    872  * \ingroup libvlc 
     872 * \ingroup libvlc_core 
    873873 * LibVLC Message Logging 
    874874 * @{ 
  • include/vlc/libvlc_events.h

    r313a874 r9888972  
    3434 *****************************************************************************/ 
    3535 
    36 /** \defgroup libvlc_events Events 
     36/** \defgroup libvlc_event libvlc_event 
    3737 * \ingroup libvlc 
    3838 * LibVLC Available Events 
  • include/vlc/libvlc_media_list.h

    rbf1292e r9888972  
    188188 *****************************************************************************/ 
    189189/** \defgroup libvlc_media_list_player libvlc_media_list_player 
    190  * \ingroup libvlc 
     190 * \ingroup libvlc_media_list_player 
    191191 * LibVLC Media List Player, play a media_list. You can see that as a media 
    192192 * instance subclass 
  • include/vlc/libvlc_structures.h

    rbf1292e r9888972  
    3737 
    3838/** \defgroup libvlc_exception libvlc_exception 
    39  * \ingroup libvlc 
     39 * \ingroup libvlc_core 
    4040 * LibVLC Exceptions handling 
    4141 * @{ 
     
    5555 *****************************************************************************/ 
    5656/** \defgroup libvlc_time libvlc_time 
    57  * \ingroup libvlc 
     57 * \ingroup libvlc_core 
    5858 * LibVLC Time support in libvlc 
    5959 * @{ 
     
    242242 
    243243/** \defgroup libvlc_log libvlc_log 
    244  * \ingroup libvlc 
     244 * \ingroup libvlc_core 
    245245 * LibVLC Message Logging 
    246246 * @{