From 4cb4ceaadd2ba97b6cce800790e1ca771bff93b0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 24 Jan 2025 14:42:41 -0500 Subject: [PATCH] Update docos with fixed codedoc. --- doc/pdfio.3 | 4 ++-- doc/pdfio.html | 12 ++++++------ doc/pdfio.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/pdfio.3 b/doc/pdfio.3 index d4325fe..1c823a1 100644 --- a/doc/pdfio.3 +++ b/doc/pdfio.3 @@ -2074,7 +2074,7 @@ The render_line function adds content from the linefrag_t array to a PDF page. I } .fi .PP -We then loops through the fragments for the current line, drawing checkboxes, images, and text as needed. Whan a hyperlink is present, we add the link to the links array in the docdata_t structure, mapping "@" and "@@" to an internal link corresponding to the linked text: +We then loop through the fragments for the current line, drawing checkboxes, images, and text as needed. When a hyperlink is present, we add the link to the links array in the docdata_t structure, mapping "@" and "@@" to an internal link corresponding to the linked text: .nf if (frag\->url && dd\->num_links < DOCLINK_MAX) @@ -4567,4 +4567,4 @@ typedef enum pdfio_valtype_e pdfio_valtype_t; Michael R Sweet .SH COPYRIGHT .PP -Copyright (c) 2021-2024 by Michael R Sweet +Copyright (c) 2021-2025 by Michael R Sweet diff --git a/doc/pdfio.html b/doc/pdfio.html index 834afce..d80f62c 100644 --- a/doc/pdfio.html +++ b/doc/pdfio.html @@ -1,13 +1,13 @@ -PDFio Programming Manual v1.4.0 +PDFio Programming Manual v1.4.1 - - + +