Commit 88ade576 authored by Olivier Aubert's avatar Olivier Aubert

libvlc.h: move comments out of the code itself (including commas)

parent 92770fd0
...@@ -326,10 +326,10 @@ LIBVLC_API const char * libvlc_event_type_name( libvlc_event_type_t event_type ) ...@@ -326,10 +326,10 @@ LIBVLC_API const char * libvlc_event_type_name( libvlc_event_type_t event_type )
*/ */
enum libvlc_log_level enum libvlc_log_level
{ {
LIBVLC_DEBUG=0 /**< Debug message */, LIBVLC_DEBUG=0, /**< Debug message */
LIBVLC_NOTICE=2 /**< Important informational message */, LIBVLC_NOTICE=2, /**< Important informational message */
LIBVLC_WARNING=3 /**< Warning (potential error) message */, LIBVLC_WARNING=3, /**< Warning (potential error) message */
LIBVLC_ERROR=4 /**< Error message */, LIBVLC_ERROR=4 /**< Error message */
}; };
/** /**
......
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