From a14ece5f5727e5c8c6b32ed144808ee9ec66ac78 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 15 Jun 2010 03:34:55 +0000 Subject: Change over Doxygen \note documentation to \pre where applicable. --- LUFA/Drivers/Board/Temperature.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/Board') diff --git a/LUFA/Drivers/Board/Temperature.h b/LUFA/Drivers/Board/Temperature.h index 4c5d642e6..561f651c2 100644 --- a/LUFA/Drivers/Board/Temperature.h +++ b/LUFA/Drivers/Board/Temperature.h @@ -91,8 +91,8 @@ /** Initializes the temperature sensor driver, including setting up the appropriate ADC channel. * This must be called before any other temperature sensor routines. * - * \note The ADC itself (not the ADC channel) must be configured separately before calling the - * temperature sensor functions. + * \pre The ADC itself (not the ADC channel) must be configured separately before calling the + * temperature sensor functions. */ static inline void Temperature_Init(void); #else -- cgit v1.2.3