aboutsummaryrefslogtreecommitdiff
path: root/lib/analysers/headers.mli
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-03-17 09:11:25 +0100
committerSébastien Dailly <sebastien@dailly.me>2025-03-17 18:59:32 +0100
commit8b8b730d3ba98d6c9e4e6274844641043b5fefbb (patch)
tree4cb60dafa05b479d0ca287d501a51db88cecaaa4 /lib/analysers/headers.mli
parent7bfbb67d83011f3e1845dcb9e44c3b6a5e93a9da (diff)
Moved the syntax module in its own library
Diffstat (limited to 'lib/analysers/headers.mli')
-rw-r--r--lib/analysers/headers.mli5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/analysers/headers.mli b/lib/analysers/headers.mli
index 03e384b..b9149a9 100644
--- a/lib/analysers/headers.mli
+++ b/lib/analysers/headers.mli
@@ -2,10 +2,9 @@ module SheeetMap : Map.S with type key = ImportDataTypes.Table.t
type t = string array SheeetMap.t
-val columns : ImportConf.Syntax.t -> t -> string list
+val columns : ImporterSyntax.t -> t -> string list
(** Get the headers. The function has to be called after reading each document,
and will reformat the first line with the values from the cell. The
functions will not be evaluated (instead they will be displayed "as is".
- When there is no value for this path, return empty string.
- *)
+ When there is no value for this path, return empty string. *)