Skip to content
Snippets Groups Projects
Commit 768c05a0 authored by Martin Mareš's avatar Martin Mareš
Browse files

PPD: Document behavior of custom JCL options

parent 6e3a6d6f
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,8 @@ our @EXPORT = qw(define_group define_ui_group switch_group declare get set maybe ...@@ -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 # Default => key, # default value if not marked inside Values
# Custom => [ # further values with custom parameters (mostly a CUPS extension) # Custom => [ # further values with custom parameters (mostly a CUPS extension)
# PS => string, # PS code invocation to emit (with parameters on the stack) # 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) # Params => [ # list of parameters (mandatory)
# { Key => key, # key (mandatory) # { Key => key, # key (mandatory)
# Name => name, # descriptive name (default: same as Key) # Name => name, # descriptive name (default: same as Key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment