aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-08 19:42:16 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-16 19:41:40 +0200
commit4fe2e06b4787ffb639f965ac840b51018308ec07 (patch)
tree667474624e264384d544cbed4324b909478f3450 /README-maintainer
parented6130036c65124cb236e709201330404a4b1d72 (diff)
downloadqpdf-4fe2e06b4787ffb639f965ac840b51018308ec07.tar.zst
Add --create-from-json and --update-from-json arguments
Also add stubs for top-level QPDF methods (createFromJSON, updateFromJSON)
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer8
1 files changed, 8 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 88e81461..9f3c79a0 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -215,6 +215,14 @@ CODING RULES
HOW TO ADD A COMMAND-LINE ARGUMENT
+Quick reminder:
+
+* Add an entry to the top half of job.yml for the command-line
+ argument
+* Add an entry to the bottom half of job.yml for the job JSON field
+* Add documentation for the new option to cli.rst
+* Implement the QPDFJob::Config method in QPDFJob_config.cc.
+
QPDFJob is documented in three places:
* This section provides a quick reminder for how to add a command-line