Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Sep 28, 2023
1 parent c3deeeb commit 9301db5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/pappl.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="generator" content="codedoc v3.7">
<meta name="author" content="Michael R Sweet">
<meta name="language" content="en-US">
<meta name="copyright" content="Copyright © 2020-2022 by Michael R Sweet">
<meta name="copyright" content="Copyright © 2020-2023 by Michael R Sweet">
<meta name="version" content="1.4.0">
<style type="text/css"><!--
body {
Expand Down Expand Up @@ -247,7 +247,7 @@
<p><img class="title" src="pappl-512.png"></p>
<h1 class="title">PAPPL v1.4 Programmers Manual</h1>
<p>Michael R Sweet</p>
<p>Copyright © 2020-2022 by Michael R Sweet</p>
<p>Copyright © 2020-2023 by Michael R Sweet</p>
</div>
<div class="contents">
<h2 class="title">Contents</h2>
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-client.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-client 3 "pappl client functions" "2023-09-02" "pappl client functions"
.TH pappl-client 3 "pappl client functions" "2023-09-28" "pappl client functions"
.SH NAME
pappl-client \- pappl client functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-device.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-device 3 "pappl device functions" "2023-09-02" "pappl device functions"
.TH pappl-device 3 "pappl device functions" "2023-09-28" "pappl device functions"
.SH NAME
pappl-device \- pappl device functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-job.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-job 3 "pappl job functions" "2023-09-02" "pappl job functions"
.TH pappl-job 3 "pappl job functions" "2023-09-28" "pappl job functions"
.SH NAME
pappl-job \- pappl job functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-log.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-log 3 "pappl logging functions" "2023-09-02" "pappl logging functions"
.TH pappl-log 3 "pappl logging functions" "2023-09-28" "pappl logging functions"
.SH NAME
pappl-log \- pappl logging functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-mainloop.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-mainloop 3 "pappl main loop functions" "2023-09-02" "pappl main loop functions"
.TH pappl-mainloop 3 "pappl main loop functions" "2023-09-28" "pappl main loop functions"
.SH NAME
pappl-mainloop \- pappl main loop functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-printer.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-printer 3 "pappl printer functions" "2023-09-02" "pappl printer functions"
.TH pappl-printer 3 "pappl printer functions" "2023-09-28" "pappl printer functions"
.SH NAME
pappl-printer \- pappl printer functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-resource.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-resource 3 "pappl resource functions" "2023-09-02" "pappl resource functions"
.TH pappl-resource 3 "pappl resource functions" "2023-09-28" "pappl resource functions"
.SH NAME
pappl-resource \- pappl resource functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion man/pappl-system.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH pappl-system 3 "pappl system functions" "2023-09-02" "pappl system functions"
.TH pappl-system 3 "pappl system functions" "2023-09-28" "pappl system functions"
.SH NAME
pappl-system \- pappl system functions
.SH LIBRARY
Expand Down
2 changes: 1 addition & 1 deletion pappl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ STRINGS = \

DOCFLAGS = \
--author "Michael R Sweet" \
--copyright "Copyright (c) 2020-2022 by Michael R Sweet" \
--copyright "Copyright (c) 2020-2023 by Michael R Sweet" \
--docversion $(PAPPL_VERSION)

.SUFFIXES: md
Expand Down

0 comments on commit 9301db5

Please sign in to comment.