diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-20 13:49:26 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-07-20 13:49:26 +0000 |
| commit | c8dfbd38c210850ee11489de2bdd2a8582427a93 (patch) | |
| tree | a96ee5ce7dc58344d141224b3d6241f7e3ee0541 /Demos/Host/LowLevel/PrinterHost/Lib | |
| parent | 11afe1ac196c1003be911b64589b5fce1b044325 (diff) | |
Added extra DoxyGen documentation to the new PrinterHost demo.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@666 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/PrinterHost/Lib')
| -rw-r--r-- | Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c | 6 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c index 4e2a0d9d..6ed7fa90 100644 --- a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c +++ b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c @@ -28,6 +28,12 @@ this software.
*/
+/** \file
+ *
+ * Printer Device commands, to send/recieve data to and from an attached USB
+ * printer, and to send and receive Printer Class control requests.
+ */
+
#include "PrinterCommands.h"
/** Sends the given data directly to the printer via the data endpoints, for the sending of print commands in printer
diff --git a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h index 4656d190..896a5903 100644 --- a/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h +++ b/Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h @@ -28,6 +28,11 @@ this software.
*/
+/** \file
+ *
+ * Header file for PrinterCommands.c.
+ */
+
#ifndef _PRINTER_COMMANDS_H_
#define _PRINTER_COMMANDS_H_
|
