[vlc-devel] [PATCH] include: Remove unnecessary escaping in comment
Marvin Scholz
epirat07 at gmail.com
Fri Aug 2 14:34:25 CEST 2019
These backslashes would actually end up in the documentations
code block and are not needed here.
---
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 1ab92f5bc3..cad935591b 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -807,10 +807,10 @@ bool libvlc_video_direct3d_set_callbacks( libvlc_media_player_t *mp,
* protocol:
*
* @code{.m}
- * \@protocol VLCVideoViewEmbedding <NSObject>
+ * @protocol VLCVideoViewEmbedding <NSObject>
* - (void)addVoutSubview:(NSView *)view;
* - (void)removeVoutSubview:(NSView *)view;
- * \@end
+ * @end
* @endcode
*
* Or it can be an NSView object.
--
2.19.1
More information about the vlc-devel
mailing list