]> matita.cs.unibo.it Git - helm.git/commitdiff
well-formed ocamldoc comment
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 29 Jan 2007 10:47:02 +0000 (10:47 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 29 Jan 2007 10:47:02 +0000 (10:47 +0000)
DEVEL/ocaml-http/http_parser.mli

index 1b24d9f0955f0287816a495da0eed6e31ebf992b..452d70765f3fe62741a9aa89f98fdb2adfa0eb5e 100644 (file)
@@ -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