diff udp.c @ 3231:956fc24819df libavformat

doxy header for udp protocol
author lu_zero
date Wed, 16 Apr 2008 16:52:35 +0000
parents e17b25e8a34e
children 8570df039c75
line wrap: on
line diff
--- a/udp.c	Wed Apr 16 06:46:54 2008 +0000
+++ b/udp.c	Wed Apr 16 16:52:35 2008 +0000
@@ -18,6 +18,12 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+/**
+ * @file udp.c
+ * UDP protocol
+ */
+
 #include "avformat.h"
 #include <unistd.h>
 #include "network.h"