summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-06-07 16:16:05 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-06-07 16:16:05 -0400
commit718ee2fff3cfeedf69dedf4ca68b14e2f49ff8c6 (patch)
tree389e6ccb33c5700f9b58804cdebb750e4d90bf41 /cups/cups.h
parent500fca270aaff7cf513662ae4ddb3c71bf32abe5 (diff)
downloadcups-718ee2fff3cfeedf69dedf4ca68b14e2f49ff8c6.tar.gz
Save work on CUPS Programming Manual.
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cups/cups.h b/cups/cups.h
index f40306b04..ce299da70 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -234,10 +234,10 @@ enum cups_ptype_e /* Printer type/capability bit
* @since CUPS 1.2/macOS 10.5@ */
CUPS_PRINTER_DISCOVERED = 0x1000000, /* Printer was discovered @since CUPS 1.2/macOS 10.5@ */
CUPS_PRINTER_SCANNER = 0x2000000, /* Scanner-only device
- * @since CUPS 1.4/macOS 10.6@ */
+ * @since CUPS 1.4/macOS 10.6@ @private@ */
CUPS_PRINTER_MFP = 0x4000000, /* Printer with scanning capabilities
- * @since CUPS 1.4/macOS 10.6@ */
- CUPS_PRINTER_3D = 0x8000000, /* Printer with 3D capabilities @exclude all@ @deprecated@ */
+ * @since CUPS 1.4/macOS 10.6@ @private@ */
+ CUPS_PRINTER_3D = 0x8000000, /* Printer with 3D capabilities @exclude all@ @private@ */
CUPS_PRINTER_OPTIONS = 0x6fffc /* ~(CLASS | REMOTE | IMPLICIT |
* DEFAULT | FAX | REJECTING | DELETE |
* NOT_SHARED | AUTHENTICATED |