From: Michael R Sweet Date: Mon, 16 Jan 2017 14:34:58 +0000 (-0500) Subject: Update API help files, fix annotation of some cups_printer_t enums. X-Git-Tag: v2.2.2~14 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=commitdiff_plain;h=2fb75ad2a758131218d848ddfe2cfb858089bb84 Update API help files, fix annotation of some cups_printer_t enums. --- diff --git a/cups/cups.h b/cups/cups.h index ef9623a93..06e2f9bbe 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 37c83307d..5ca409614 100644 --- a/doc/help/api-admin.html +++ b/doc/help/api-admin.html @@ -5,7 +5,7 @@ Administration APIs - +