Skip to content

Commit bcb3724

Browse files
committed
Remove outdated comments
The comments are not replaced as any generic comment would be less useful than the signature itself.
1 parent 8937106 commit bcb3724

15 files changed

+0
-17
lines changed

src/baselib/ocsigen_loader.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ exception Dynlink_error of string * exn
3333
exception Findlib_error of string * exn
3434

3535
val section : Logs.src
36-
(** use Lwt_log.Section.set_level in order to debug *)
3736

3837
val translate : string -> string
3938
(** [translate filename] translate .cmo/.cma extensions to .cmxs in

src/extensions/accesscontrol.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,4 @@ val allow_forward_for :
8787
-> Ocsigen_server.instruction
8888

8989
val allow_forward_proto : unit -> Ocsigen_server.instruction
90-
9190
val section : Logs.src
92-
(** Use Lwt_log.Section.set_level in order to change the log level *)

src/extensions/authbasic.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ let _ =
5757
in the configuration file) is provided. *)
5858

5959
val section : Logs.src
60-
(** use [Lwt_log.Section.set_level] in order to set the log level *)
6160

6261
type auth = string -> string -> bool Lwt.t
6362

src/extensions/deflatemod.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ val run :
4646
configuration file. *)
4747

4848
val section : Logs.src
49-
(** Use Lwt_log.Section.set_level in order to change the log level *)

src/extensions/redirectmod.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ let _ =
3030
*)
3131

3232
val section : Logs.src
33-
(** use Lwt_log.Section.set_level in order to set the log level *)
3433

3534
type redirection
3635

src/extensions/revproxy.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ let _ =
3838
*)
3939

4040
val section : Logs.src
41-
(** use Lwt_log.Section.set_level in order to set the log level *)
4241

4342
type redirection
4443

src/extensions/rewritemod.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This module belongs to ocamlfind package
1313
*)
1414

1515
val section : Logs.src
16-
(** use Lwt_log.Section.set_level in order to set the log level *)
1716

1817
val run :
1918
?continue:bool

src/extensions/staticmod.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ val run :
3434
file described {% <<a_manual chapter="staticmod"|here>>%}.*)
3535

3636
val section : Logs.src
37-
(** Use {!Lwt_log.Section.set_level} in order to select the log level for
38-
this module *)

src/server/ocsigen_cohttp.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
val section : Logs.src
2-
(** use Lwt_log.Section.set_level in order to debug *)
32

43
exception Ocsigen_http_error of Ocsigen_cookie_map.t * Cohttp.Code.status
54

src/server/ocsigen_extensions.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
(** Extensions interface for Ocsigen Server *)
2222

2323
val section : Logs.src
24-
(** use Lwt_log.Section.set_level in order to debug *)
2524

2625
include module type of Ocsigen_command
2726

0 commit comments

Comments
 (0)