From d6a03f74b7e686d04ade28816cc2d3a9e3c101f1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 8 May 2012 23:00:32 +0900 Subject: [PATCH] Updated doc --- lib/includes/spdylay/spdylay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index a6dc683e..a4a15d94 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -1251,9 +1251,9 @@ int spdylay_session_set_option(spdylay_session *session, * This function returns 0 if it succeeds, or one of the following * negative error codes: * - * SPDYLAY_ERR_NOMEM + * :enum:`SPDYLAY_ERR_NOMEM` * Out of memory - * SPDYLAY_ERR_INVALID_STATE + * :enum:`SPDYLAY_ERR_INVALID_STATE` * The |session| is initialized for server use; or the client * certificate vector size is 0. */