[vlc-commits] include: fix inline code in Doxygen
Rémi Denis-Courmont
git at videolan.org
Sun Jun 14 18:05:00 CEST 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 14 17:54:29 2015 +0300| [9efeee0f436b8215c7f015ff14d6dbcefd101692] | committer: Rémi Denis-Courmont
include: fix inline code in Doxygen
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9efeee0f436b8215c7f015ff14d6dbcefd101692
---
include/vlc/libvlc_media_player.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 5f96b1b..6ed1ddb 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -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);
More information about the vlc-commits
mailing list