This commit is contained in:
zapashcanon 2022-01-24 11:58:38 +01:00
parent ecf51388d5
commit c0f78eddb2
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1

View File

@ -1,6 +1,7 @@
(** Module defining types used to represent a config. *)
(** A directive has a name, a list of parameters and a list of children. *)
(** A directive has a name, a list of parameters and children (a list of
directive). *)
type directive =
{ name : string
; params : string list