this repo has no description
at main 10 lines 326 B view raw
1(** Collect all the urls of pages defined by a model. 2 3 Roughly a simplified version of the normal process to convert a model into a 4 document, only for extracting Urls. Used to determine the build targets. *) 5 6open Odoc_model.Lang 7 8val unit : Compilation_unit.t -> Url.Path.t list 9 10val page : Page.t -> Url.Path.t list