Commit 5d92e169 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

include: doxygen group for sockets

parent 3dc88b31
...@@ -28,8 +28,11 @@ ...@@ -28,8 +28,11 @@
# define VLC_NETWORK_H # define VLC_NETWORK_H
/** /**
* \ingroup file
* \defgroup sockets Internet sockets
* @{
* \file * \file
* This file defines interface to communicate with network plug-ins * Definitions for sockets and low-level networking
*/ */
#if defined( _WIN32 ) #if defined( _WIN32 )
...@@ -361,4 +364,6 @@ VLC_API char *vlc_getProxyUrl(const char *); ...@@ -361,4 +364,6 @@ VLC_API char *vlc_getProxyUrl(const char *);
} }
# endif # endif
/** @} */
#endif #endif
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