From 28ed15c8b6b1d128cb57687e3578ceeaa4d96260 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 22 Nov 2002 10:48:03 +0000 Subject: [PATCH] - fixed wrong @raise ocamldoc tags --- helm/DEVEL/ocaml-http/http_daemon.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/DEVEL/ocaml-http/http_daemon.mli b/helm/DEVEL/ocaml-http/http_daemon.mli index 96d10d638..46e8f61d5 100644 --- a/helm/DEVEL/ocaml-http/http_daemon.mli +++ b/helm/DEVEL/ocaml-http/http_daemon.mli @@ -69,7 +69,7 @@ val respond_forbidden: (** send a "redirection" class response, optional body argument contains data that will be displayed in the body of the response, default response status is 302 (moved permanently), only redirection status are accepted by this - function, other values will @raise Failure *) + function, other values will raise Failure *) val respond_redirect: location:string -> ?body:string -> ?version: Http_types.version -> @@ -80,7 +80,7 @@ val respond_redirect: (** send an "error" response (i.e. 400 <= status < 600), optional body argument as per send_redirect, default response status is 400 (bad request), only error status are accepted by this function, other values will - @raise Failure *) + raise Failure *) val respond_error: ?body:string -> ?version: Http_types.version -> -- 2.39.2