From: Stefano Zacchiroli Date: Mon, 29 Jan 2007 10:47:02 +0000 (+0000) Subject: well-formed ocamldoc comment X-Git-Tag: make_still_working~6503 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=66c441c40f2b406be1e9c87d2c55a8165be822a3;p=helm.git well-formed ocamldoc comment --- diff --git a/helm/software/DEVEL/ocaml-http/http_parser.mli b/helm/software/DEVEL/ocaml-http/http_parser.mli index 1b24d9f09..452d70765 100644 --- a/helm/software/DEVEL/ocaml-http/http_parser.mli +++ b/helm/software/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