From 9d85731c6c66c883d9f821109c47d326e149ddf4 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 20 Sep 2024 17:30:17 +0100 Subject: [PATCH] Comments --- cpdfdraw.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfdraw.ml b/cpdfdraw.ml index d3712dd..5253783 100644 --- a/cpdfdraw.ml +++ b/cpdfdraw.ml @@ -272,7 +272,7 @@ let format_paragraph indent j w s = let space_runs, space_width = runs_of_utf8 " " in let remaining = ref w in let allops = ref [] in - let ops = ref [] in + let ops = ref [Pdfops.Op_Comment "Format paragraph"] in let first = ref true in let firstloop = ref true in let justify ops =