[vlc-commits] include: doxygen group for sockets

Rémi Denis-Courmont git at videolan.org
Mon Nov 9 17:52:06 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov  9 18:38:43 2015 +0200| [5d92e1693d1a2408ba5d9f1aa6f72432aae8b888] | committer: Rémi Denis-Courmont

include: doxygen group for sockets

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

 include/vlc_network.h |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/include/vlc_network.h b/include/vlc_network.h
index 4da4faf..078d3c5 100644
--- a/include/vlc_network.h
+++ b/include/vlc_network.h
@@ -28,8 +28,11 @@
 # define VLC_NETWORK_H
 
 /**
+ * \ingroup file
+ * \defgroup sockets Internet sockets
+ * @{
  * \file
- * This file defines interface to communicate with network plug-ins
+ * Definitions for sockets and low-level networking
  */
 
 #if defined( _WIN32 )
@@ -361,4 +364,6 @@ VLC_API char *vlc_getProxyUrl(const char *);
 }
 # endif
 
+/** @} */
+
 #endif



More information about the vlc-commits mailing list