From 0344c962f8c73a6972c49a4d95195756c1caae23 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 24 Oct 2016 21:14:15 +0900 Subject: [PATCH] Add missing nghttp2_set_debug_vprintf_callback.rst to APIDOCS --- doc/CMakeLists.txt | 1 + doc/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 4104af3e..5bca75d8 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -122,6 +122,7 @@ set(APIDOCS nghttp2_session_upgrade2.rst nghttp2_session_want_read.rst nghttp2_session_want_write.rst + nghttp2_set_debug_vprintf_callback.rst nghttp2_stream_get_first_child.rst nghttp2_stream_get_next_sibling.rst nghttp2_stream_get_parent.rst diff --git a/doc/Makefile.am b/doc/Makefile.am index 3882ad55..ba6b5104 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -146,6 +146,7 @@ APIDOCS= \ nghttp2_session_upgrade2.rst \ nghttp2_session_want_read.rst \ nghttp2_session_want_write.rst \ + nghttp2_set_debug_vprintf_callback.rst \ nghttp2_stream_get_first_child.rst \ nghttp2_stream_get_next_sibling.rst \ nghttp2_stream_get_parent.rst \