aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/PrinterHost/Lib
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-20 13:49:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-20 13:49:26 +0000
commit8a28fd8e6ccdb6a33727f7df089802b4d34dbea7 (patch)
treea96ee5ce7dc58344d141224b3d6241f7e3ee0541 /Demos/Host/LowLevel/PrinterHost/Lib
parent3ee3ed2d6d3edc18183355abf33d50e14723ff06 (diff)
downloadlufa-8a28fd8e6ccdb6a33727f7df089802b4d34dbea7.tar.gz
lufa-8a28fd8e6ccdb6a33727f7df089802b4d34dbea7.tar.bz2
lufa-8a28fd8e6ccdb6a33727f7df089802b4d34dbea7.zip
Added extra DoxyGen documentation to the new PrinterHost demo.
Diffstat (limited to 'Demos/Host/LowLevel/PrinterHost/Lib')
-rw-r--r--Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c6
-rw-r--r--Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.h5
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 4e2a0d9db..6ed7fa908 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 4656d190e..896a5903e 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_