From 8c220ea7a28d51cea70ae002e48937cca68c1141 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 17 Aug 2023 00:51:16 +0200 Subject: [PATCH] include WIn32Raw in documentation --- doc/user/printers.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/user/printers.rst b/doc/user/printers.rst index 36ef3a8..342d5d3 100644 --- a/doc/user/printers.rst +++ b/doc/user/printers.rst @@ -1,7 +1,7 @@ Printers ======== -:Last Reviewed: 2023-08-10 +:Last Reviewed: 2023-08-23 As of now there are 8 different types of printer implementations. @@ -116,4 +116,8 @@ This driver uses a native WIN32 interface of Windows in order to print. Please refer to the code for documentation as this driver is currently not included in the documentation build. -.. todo:: Include Win32Raw in documentation build +.. autoclass:: escpos.printer.Win32Raw + :members: + :special-members: + :member-order: bysource + :noindex: \ No newline at end of file