From 768c05a017c0e0780bf1adf7721fe0dffeb5070f Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Fri, 1 Jul 2016 13:34:32 +0200 Subject: [PATCH] PPD: Document behavior of custom JCL options --- ppd/PPD.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ppd/PPD.pm b/ppd/PPD.pm index 986b41c..4b485c6 100644 --- a/ppd/PPD.pm +++ b/ppd/PPD.pm @@ -38,6 +38,8 @@ our @EXPORT = qw(define_group define_ui_group switch_group declare get set maybe # Default => key, # default value if not marked inside Values # Custom => [ # further values with custom parameters (mostly a CUPS extension) # PS => string, # PS code invocation to emit (with parameters on the stack) +# # For JCL options, a JCL command is given with "\1" etc. +# # as placeholders for the actual values. # Params => [ # list of parameters (mandatory) # { Key => key, # key (mandatory) # Name => name, # descriptive name (default: same as Key) -- GitLab