Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
98889722
Commit
98889722
authored
Apr 03, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc: Doxygen fixes. Categorization and cleanup.
parent
6feab08f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
include/vlc/libvlc.h
include/vlc/libvlc.h
+2
-2
include/vlc/libvlc_events.h
include/vlc/libvlc_events.h
+1
-1
include/vlc/libvlc_media_list.h
include/vlc/libvlc_media_list.h
+1
-1
include/vlc/libvlc_structures.h
include/vlc/libvlc_structures.h
+3
-3
No files found.
include/vlc/libvlc.h
View file @
98889722
...
...
@@ -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
* @{
*/
...
...
include/vlc/libvlc_events.h
View file @
98889722
...
...
@@ -33,7 +33,7 @@ extern "C" {
* Events handling
*****************************************************************************/
/** \defgroup libvlc_event
s Events
/** \defgroup libvlc_event
libvlc_event
* \ingroup libvlc
* LibVLC Available Events
* @{
...
...
include/vlc/libvlc_media_list.h
View file @
98889722
...
...
@@ -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
* @{
...
...
include/vlc/libvlc_structures.h
View file @
98889722
...
...
@@ -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
* @{
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment