aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxime Dénès2019-08-02 16:23:45 +0200
committerMaxime Dénès2019-08-29 10:27:04 +0200
commit1e6fb6005ef98d1709b09adfcb0726da2fc8b7f4 (patch)
treecc9e44edae168cffd06457a32e726be6499fcc5e /lib
parent3e339284060b4fb3ca6d5c86e354615a4941eca9 (diff)
Remove wrong advice to base feedback level choice on encoding issues
Diffstat (limited to 'lib')
-rw-r--r--lib/feedback.mli7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/feedback.mli b/lib/feedback.mli
index dc8449ed71..5375d97d57 100644
--- a/lib/feedback.mli
+++ b/lib/feedback.mli
@@ -74,13 +74,8 @@ val feedback : ?did:doc_id -> ?id:Stateid.t -> ?route:route_id -> feedback_conte
(** [set_id_for_feedback route id] Set the defaults for feedback *)
val set_id_for_feedback : ?route:route_id -> doc_id -> Stateid.t -> unit
-(** {6 output functions}
+(** {6 output functions} *)
-[msg_notice] do not put any decoration on output by default. If
-possible don't mix it with goal output (prefer msg_info or
-msg_warning) so that interfaces can dispatch outputs easily. Once all
-interfaces use the xml-like protocol this constraint can be
-relaxed. *)
(* Should we advertise these functions more? Should they be the ONLY
allowed way to output something? *)