Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
310ee0ad
Commit
310ee0ad
authored
Dec 08, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix doxygen documentation.
parent
f589d6ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
include/vlc/libvlc.h
include/vlc/libvlc.h
+2
-0
include/vlc_objects.h
include/vlc_objects.h
+1
-1
modules/control/http/http.h
modules/control/http/http.h
+4
-4
No files found.
include/vlc/libvlc.h
View file @
310ee0ad
...
...
@@ -433,3 +433,5 @@ VLC_PUBLIC_API libvlc_log_message_t *libvlc_log_iterator_next( libvlc_log_iterat
# endif
#endif
/* <vlc/libvlc.h> */
/** @} */
include/vlc_objects.h
View file @
310ee0ad
...
...
@@ -86,7 +86,7 @@ VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) );
VLC_EXPORT
(
char
*
,
vlc_object_get_name
,
(
const
vlc_object_t
*
)
)
LIBVLC_USED
;
#define vlc_object_get_name(o) vlc_object_get_name(VLC_OBJECT(o))
/*}@*/
/*
*
}@*/
#define vlc_object_create(a,b) \
__vlc_object_create( VLC_OBJECT(a), b )
...
...
modules/control/http/http.h
View file @
310ee0ad
...
...
@@ -301,7 +301,7 @@ void Execute( httpd_file_sys_t *p_args,
/**
* Core stuff
*/
/** \struct
/** \struct
httpd_file_sys_t
* This structure represent a single HTML file to be parsed by the macros
* handling engine */
struct
httpd_file_sys_t
...
...
@@ -321,7 +321,7 @@ struct httpd_file_sys_t
mvar_t
*
vars
;
};
/** \struct
/** \struct
http_association_t
* Structure associating an extension to an external program
*/
typedef
struct
http_association_t
...
...
@@ -331,7 +331,7 @@ typedef struct http_association_t
char
**
ppsz_argv
;
}
http_association_t
;
/** \struct
/** \struct
httpd_handler_sys_t
* This structure represent a single CGI file to be parsed by the macros
* handling engine */
struct
httpd_handler_sys_t
...
...
@@ -344,7 +344,7 @@ struct httpd_handler_sys_t
http_association_t
*
p_association
;
};
/** \struct
/** \struct
intf_sys_t
* Internal service structure for the HTTP interface
*/
struct
intf_sys_t
...
...
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