From 2c264f60a6f2cf3b17ade6c12bb1a453180169b6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 4 Sep 2013 21:53:38 +0900 Subject: [PATCH] Update doc --- lib/includes/nghttp2/nghttp2.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 693a2d1d..61318559 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -44,7 +44,7 @@ extern "C" { /** * @macro * - * The length of NGHTTP2_PROTO_VERSION_ID. + * The length of :macro:`NGHTTP2_PROTO_VERSION_ID`. */ #define NGHTTP2_PROTO_VERSION_ID_LEN 17 @@ -83,12 +83,12 @@ typedef struct { */ 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; /** - * points to the NGHTTP2_PROTO_VERSION_ID string - * this instance implements (since age ==1) + * points to the :macro:`NGHTTP2_PROTO_VERSION_ID` string this + * instance implements (since age ==1) */ const char *proto_str; /* -------- the above fields all exist when age == 1 */ @@ -136,7 +136,7 @@ typedef struct { /** * @macro * - * The length of NGHTTP2_CLIENT_CONNECTION_HEADER. + * The length of :macro:`NGHTTP2_CLIENT_CONNECTION_HEADER`. */ #define NGHTTP2_CLIENT_CONNECTION_HEADER_LEN 24