On Monday, 18 September 2017 17:53:48 CEST Cédric Bosdonnat wrote:
-val get_index : downloader:Downloader.t ->
sigchecker:Sigchecker.t -> Sources.source -> Index.index
+val get_index : downloader:Downloader.t -> sigchecker:Sigchecker.t ->
template:bool -> Sources.source -> Index.index
+(** [get_index download sigchecker source] will parse the source index file
+ into an index entry list. *)
The newly added documentation lacks the newly added 'template'
parameter.
Thanks,
--
Pino Toscano