# HG changeset patch # User rbultje # Date 1231341207 0 # Node ID 89d38f054035ed057ee3c5b24072de8a067c5725 # Parent 619845a9bab3fa12a06c68a859bcb1a81f8d16fb Fix doxy comments missing one '*'. diff -r 619845a9bab3 -r 89d38f054035 rtsp.h --- 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 };