Skip to content
Snippets Groups Projects
Commit 913f7d14 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[kernel] fix comment in Log.register_category

parent 4dacc1a4
No related branches found
No related tags found
No related merge requests found
...@@ -240,8 +240,8 @@ module type Messages = sig ...@@ -240,8 +240,8 @@ module type Messages = sig
val register_category: string -> category val register_category: string -> category
(** register a new debugging/verbose category. (** register a new debugging/verbose category.
Note: this should not be used directly by plug-in developers; Note: categories must be added (e.g. via [add_debug_keys])
use instead [Plugin.S.Debug_category.add]. after registration.
@since Fluorine-20130401 @since Fluorine-20130401
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment