Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-06-11 01:40:20 +09:00
parent 21c4931197
commit f0f5342cd4
1 changed files with 5 additions and 3 deletions

View File

@ -946,6 +946,11 @@ typedef struct {
int32_t window_size_increment;
} nghttp2_window_update;
/**
* @struct
*
* The extension frame. It has following members:
*/
typedef struct {
/**
* The frame header.
@ -1789,9 +1794,6 @@ ssize_t nghttp2_session_mem_send(nghttp2_session *session,
* invalid,
* :member:`nghttp2_session_callbacks.on_invalid_frame_recv_callback`
* is invoked.
* 4. If the received frame type is unknown,
* :member:`nghttp2_session_callbacks.on_unknown_frame_recv_callback`
* is invoked.
*
* This function returns 0 if it succeeds, or one of the following
* negative error codes: