Skip to content

Commit

Permalink
sipsess: fix doxygen comments (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Jan 31, 2024
1 parent e4d2ab7 commit be0a00d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/re_sipsess.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
struct sipsess_sock;
struct sipsess;

/* SDP Negotiation state */
/** SDP Negotiation state */
enum sdp_neg_state {
SDP_NEG_NONE = 0,
SDP_NEG_LOCAL_OFFER, /** SDP offer sent */
SDP_NEG_REMOTE_OFFER, /** SDP offer received */
SDP_NEG_PREVIEW_ANSWER, /** SDP preview answer sent */
SDP_NEG_DONE /** SDP negotiation done */
SDP_NEG_LOCAL_OFFER, /**< SDP offer sent */
SDP_NEG_REMOTE_OFFER, /**< SDP offer received */
SDP_NEG_PREVIEW_ANSWER, /**< SDP preview answer sent */
SDP_NEG_DONE /**< SDP negotiation done */
};


Expand Down

0 comments on commit be0a00d

Please sign in to comment.