Mercurial > libavformat.hg
changeset 4170:89d38f054035 libavformat
Fix doxy comments missing one '*'.
author | rbultje |
---|---|
date | Wed, 07 Jan 2009 15:13:27 +0000 |
parents | 619845a9bab3 |
children | 6af3e7ab7cbb |
files | rtsp.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rtsp.h Wed Jan 07 14:55:47 2009 +0000 +++ b/rtsp.h Wed Jan 07 15:13:27 2009 +0000 @@ -76,9 +76,9 @@ }; enum RTSPServerType { - RTSP_SERVER_RTP, /*< Standard-compliant RTP-server */ - RTSP_SERVER_REAL, /*< Realmedia-style server */ - RTSP_SERVER_WMS, /*< Windows Media server */ + RTSP_SERVER_RTP, /**< Standard-compliant RTP-server */ + RTSP_SERVER_REAL, /**< Realmedia-style server */ + RTSP_SERVER_WMS, /**< Windows Media server */ RTSP_SERVER_LAST };