From: Stefano Zacchiroli Date: Mon, 29 Jan 2007 10:47:02 +0000 (+0000) Subject: well-formed ocamldoc comment X-Git-Tag: 0.4.95@7852~644 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a0167acf478996af63bea2edd0f9825b0fddd8d3;p=helm.git well-formed ocamldoc comment --- 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