Update doc
This commit is contained in:
parent
61c4250e20
commit
2c264f60a6
|
@ -44,7 +44,7 @@ extern "C" {
|
||||||
/**
|
/**
|
||||||
* @macro
|
* @macro
|
||||||
*
|
*
|
||||||
* The length of NGHTTP2_PROTO_VERSION_ID.
|
* The length of :macro:`NGHTTP2_PROTO_VERSION_ID`.
|
||||||
*/
|
*/
|
||||||
#define NGHTTP2_PROTO_VERSION_ID_LEN 17
|
#define NGHTTP2_PROTO_VERSION_ID_LEN 17
|
||||||
|
|
||||||
|
@ -83,12 +83,12 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
int version_num;
|
int version_num;
|
||||||
/**
|
/**
|
||||||
* points to the NGHTTP2_VERSION string (since age ==1)
|
* points to the :macro:`NGHTTP2_VERSION` string (since age ==1)
|
||||||
*/
|
*/
|
||||||
const char *version_str;
|
const char *version_str;
|
||||||
/**
|
/**
|
||||||
* points to the NGHTTP2_PROTO_VERSION_ID string
|
* points to the :macro:`NGHTTP2_PROTO_VERSION_ID` string this
|
||||||
* this instance implements (since age ==1)
|
* instance implements (since age ==1)
|
||||||
*/
|
*/
|
||||||
const char *proto_str;
|
const char *proto_str;
|
||||||
/* -------- the above fields all exist when age == 1 */
|
/* -------- the above fields all exist when age == 1 */
|
||||||
|
@ -136,7 +136,7 @@ typedef struct {
|
||||||
/**
|
/**
|
||||||
* @macro
|
* @macro
|
||||||
*
|
*
|
||||||
* The length of NGHTTP2_CLIENT_CONNECTION_HEADER.
|
* The length of :macro:`NGHTTP2_CLIENT_CONNECTION_HEADER`.
|
||||||
*/
|
*/
|
||||||
#define NGHTTP2_CLIENT_CONNECTION_HEADER_LEN 24
|
#define NGHTTP2_CLIENT_CONNECTION_HEADER_LEN 24
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue