From 2fb75ad2a758131218d848ddfe2cfb858089bb84 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 16 Jan 2017 09:34:58 -0500 Subject: [PATCH] Update API help files, fix annotation of some cups_printer_t enums. --- cups/cups.h | 5 ++--- doc/help/api-admin.html | 2 +- doc/help/api-array.html | 2 +- doc/help/api-cups.html | 4 +--- doc/help/api-filedir.html | 2 +- doc/help/api-filter.html | 2 +- doc/help/api-httpipp.html | 2 +- doc/help/api-overview.html | 2 +- doc/help/api-ppd.html | 2 +- doc/help/api-raster.html | 2 +- doc/help/postscript-driver.html | 2 +- doc/help/ppd-compiler.html | 2 +- doc/help/raster-driver.html | 2 +- doc/help/spec-ppd.html | 2 +- 14 files changed, 15 insertions(+), 18 deletions(-) diff --git a/cups/cups.h b/cups/cups.h index ef9623a932..06e2f9bbe0 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -233,13 +233,12 @@ enum cups_ptype_e /* Printer type/capability bit CUPS_PRINTER_COMMANDS = 0x800000, /* Printer supports maintenance commands * @since CUPS 1.2/macOS 10.5@ */ CUPS_PRINTER_DISCOVERED = 0x1000000, /* Printer was automatically discovered - * and added @private@ - * @since Deprecated@ */ + * and added @private@ */ CUPS_PRINTER_SCANNER = 0x2000000, /* Scanner-only device * @since CUPS 1.4/macOS 10.6@ */ CUPS_PRINTER_MFP = 0x4000000, /* Printer with scanning capabilities * @since CUPS 1.4/macOS 10.6@ */ - CUPS_PRINTER_3D = 0x8000000, /* Printer with 3D capabilities @since CUPS 2.1@ */ + CUPS_PRINTER_3D = 0x8000000, /* Printer with 3D capabilities @private@ */ CUPS_PRINTER_OPTIONS = 0x6fffc /* ~(CLASS | REMOTE | IMPLICIT | * DEFAULT | FAX | REJECTING | DELETE | * NOT_SHARED | AUTHENTICATED | diff --git a/doc/help/api-admin.html b/doc/help/api-admin.html index 37c83307d4..5ca4096147 100644 --- a/doc/help/api-admin.html +++ b/doc/help/api-admin.html @@ -5,7 +5,7 @@ Administration APIs - +