From 4cf023d94c9cf68c037647c506211a15b5a416e1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 30 Apr 2014 10:28:50 +0900 Subject: [PATCH] Update doc --- lib/includes/nghttp2/nghttp2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 02702930..501840f1 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -2925,8 +2925,8 @@ typedef enum { * |in|. The caller must retain the |in| while the |nv_out| is used. * * The application should call this function repeatedly until the - * `(*inflate_flags) & NGHTTP2_HD_INFLATE_FINAL` is nonzero and return - * value is non-negative. This means the all input values are + * ``(*inflate_flags) & NGHTTP2_HD_INFLATE_FINAL`` is nonzero and + * return value is non-negative. This means the all input values are * processed successfully. Then the application must call * `nghttp2_hd_inflate_end_headers()` to prepare for the next header * block input.