Commit 9efeee0f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

include: fix inline code in Doxygen

parent 1e9710dc
......@@ -424,7 +424,7 @@ void libvlc_video_set_format_callbacks( libvlc_media_player_t *mp,
* The drawable is an NSObject that follow the VLCOpenGLVideoViewEmbedding
* protocol:
*
* @begincode
* @code{.m}
* \@protocol VLCOpenGLVideoViewEmbedding <NSObject>
* - (void)addVoutSubview:(NSView *)view;
* - (void)removeVoutSubview:(NSView *)view;
......@@ -435,7 +435,7 @@ void libvlc_video_set_format_callbacks( libvlc_media_player_t *mp,
*
* If you want to use it along with Qt4 see the QMacCocoaViewContainer. Then
* the following code should work:
* @begincode
* @code{.mm}
* {
* NSView *video = [[NSView alloc] init];
* QMacCocoaViewContainer *container = new QMacCocoaViewContainer(video, parent);
......
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