From 861fa939512260a1dd109aed239e754220febf13 Mon Sep 17 00:00:00 2001 From: "Mohammad-Habib.Javaid" Date: Tue, 16 Jul 2024 15:36:25 +0200 Subject: [PATCH] fix format with ocamlformat --- src/ohow/global.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ohow/global.mli b/src/ohow/global.mli index 9070196..29bbcbb 100644 --- a/src/ohow/global.mli +++ b/src/ohow/global.mli @@ -49,7 +49,7 @@ type cli_options = ; assets : string option ; template : string option ; csw : string list - ; out_language : string + ; out_language : string ; docversions : string list } @@ -93,6 +93,6 @@ val project_dir : unit -> string val all_projects_dir : unit -> string (** The path to take from the project's root to end up in the website root - (i.e., where the links [\[site:x\]] starts to). Defaults to [\[""\]]---the + (i.e., where the links [[site:x]] starts to). Defaults to [[""]]---the project's root is the website root. *) val root_to_site : string ref