[vlc-commits] include: Remove unnecessary escaping in comment

Marvin Scholz git at videolan.org
Fri Oct 11 12:56:13 CEST 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Fri Aug  2 14:34:25 2019 +0200| [8025f9eff586c96b0c898887f340c204efa8c195] | committer: Marvin Scholz

include: Remove unnecessary escaping in comment

These backslashes would actually end up in the documentations
code block and are not needed here.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8025f9eff586c96b0c898887f340c204efa8c195
---

 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.



More information about the vlc-commits mailing list