From a0167acf478996af63bea2edd0f9825b0fddd8d3 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 29 Jan 2007 10:47:02 +0000 Subject: [PATCH] well-formed ocamldoc comment --- DEVEL/ocaml-http/http_parser.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVEL/ocaml-http/http_parser.mli b/DEVEL/ocaml-http/http_parser.mli index 1b24d9f09..452d70765 100644 --- a/DEVEL/ocaml-http/http_parser.mli +++ b/DEVEL/ocaml-http/http_parser.mli @@ -64,7 +64,7 @@ val parse_headers: in_channel -> (string * string) list * attribute value>. See RFC 2965 * @param raw_cookies: value of a "Cookies:" header * @return a list of pairs cookie_name * cookie_value - * @raise Malformed_cookies *) + * @raise Malformed_cookies if raw_cookies does not conform to RFC 2965 *) val parse_cookies: string -> (string * string) list (** given an input channel, reads from it a GET HTTP request and -- 2.39.2