Commit f729a336f719304871045d4b98b32907a6713f4d
1 parent
bf255ccc
TODO: doc reminder
Showing
1 changed file
with
6 additions
and
0 deletions
README-maintainer
| @@ -124,6 +124,12 @@ CODING RULES | @@ -124,6 +124,12 @@ CODING RULES | ||
| 124 | 124 | ||
| 125 | HOW TO ADD A COMMAND-LINE ARGUMENT | 125 | HOW TO ADD A COMMAND-LINE ARGUMENT |
| 126 | 126 | ||
| 127 | +QXXXQ update this to explain about all the automatic handlers, the | ||
| 128 | +difference between config, json, and argv, option tables, json | ||
| 129 | +dictionaries, etc. Make sure everthing that generate_auto_job does and | ||
| 130 | +its interaction with all the QPDFJob* source/header files is clearly | ||
| 131 | +explained. | ||
| 132 | + | ||
| 127 | Command-line arguments are closely coupled with QPDFJob. To add a new | 133 | Command-line arguments are closely coupled with QPDFJob. To add a new |
| 128 | command-line argument, add the option to the appropriate table in | 134 | command-line argument, add the option to the appropriate table in |
| 129 | job.yml. This will automatically declare a method in the private | 135 | job.yml. This will automatically declare a method in the private |