Change over Doxygen \note documentation to \pre where applicable.
[pub/lufa.git] / LUFA / Drivers / USB / Class / Host / Printer.h
index 78b3f26..89f2299 100644 (file)
                         *  printer is able to understand - for example, PCL data. Not all printers accept all printer languages; see
                         *  \ref PRNT_Host_GetDeviceID() for details on determining acceptable languages for an attached printer.
                         *
-                        *  \note This function must only be called when the Host state machine is in the HOST_STATE_Configured state or the
-                        *        call will fail.
+                        *  \pre This function must only be called when the Host state machine is in the HOST_STATE_Configured state or the
+                        *       call will fail.
                         *
                         *  \param[in,out] PRNTInterfaceInfo  Pointer to a structure containing a Printer Class host configuration and state
                         *  \param[in]     PrinterCommands    Pointer to a buffer containing the raw command stream to send to the printer