Remove redundant Doxygen guards from the internal preprocessor definitions.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 15 Mar 2011 09:22:39 +0000 (09:22 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 15 Mar 2011 09:22:39 +0000 (09:22 +0000)
LUFA/Common/Common.h
LUFA/Doxygen.conf
LUFA/Drivers/Board/Buttons.h
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/Board/Joystick.h
LUFA/Drivers/Board/LEDs.h
LUFA/Drivers/Peripheral/ADC.h
LUFA/Drivers/Peripheral/SPI.h
LUFA/Drivers/Peripheral/Serial.h
LUFA/Drivers/Peripheral/TWI.h
LUFA/Drivers/USB/USB.h

index 1d81d48..b7d564a 100644 (file)
@@ -53,9 +53,7 @@
 #define __LUFA_COMMON_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_COMMON_H
-               #endif
+               #define __INCLUDE_FROM_COMMON_H
                
        /* Includes: */
                #include <stdint.h>
index dadb864..393fbae 100644 (file)
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = "LUFA Library Documentation"
+PROJECT_NAME           = "LUFA Library"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
 # This could be handy for archiving the generated documentation or
index b91c770..e32c4eb 100644 (file)
 #define __BUTTONS_H__
 
        /* Macros: */
-       #if !defined(__DOXYGEN__)
                #define __INCLUDE_FROM_BUTTONS_H
-               #define INCLUDE_FROM_BUTTONS_H
-       #endif
 
        /* Includes: */
                #include "../../Common/Common.h"
index 4ed77a3..cb5b7fc 100644 (file)
 #define __DATAFLASH_H__
 
        /* Macros: */
-       #if !defined(__DOXYGEN__)
                #define __INCLUDE_FROM_DATAFLASH_H
-               #define INCLUDE_FROM_DATAFLASH_H
-       #endif
 
        /* Includes: */
        #include "../../Common/Common.h"
index 31ec3b8..7b89416 100644 (file)
 #define __JOYSTICK_H__
 
        /* Macros: */
-       #if !defined(__DOXYGEN__)
                #define __INCLUDE_FROM_JOYSTICK_H
-               #define INCLUDE_FROM_JOYSTICK_H
-       #endif
 
        /* Includes: */
                #include "../../Common/Common.h"
index 173ed55..7a135b8 100644 (file)
 #define __LEDS_H__
 
        /* Macros: */
-       #if !defined(__DOXYGEN__)
                #define __INCLUDE_FROM_LEDS_H
-               #define INCLUDE_FROM_LEDS_H
-       #endif
 
        /* Includes: */
        #include "../../Common/Common.h"
index 5a1d330..a6e71d1 100644 (file)
@@ -59,9 +59,7 @@
 #define __ADC_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_ADC_H
-               #endif
+               #define __INCLUDE_FROM_ADC_H
 
        /* Includes: */
                #include "../../Common/Common.h"
index 3fdc69d..352c9f2 100644 (file)
@@ -58,9 +58,7 @@
 #define __SPI_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_SPI_H
-               #endif
+               #define __INCLUDE_FROM_SPI_H
 
        /* Includes: */
                #include "../../Common/Common.h"
index addee07..856c54b 100644 (file)
@@ -58,9 +58,7 @@
 #define __SERIAL_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_SERIAL_H
-               #endif
+               #define __INCLUDE_FROM_SERIAL_H
 
        /* Includes: */
                #include "../../Common/Common.h"
index ae26725..8f99b3a 100644 (file)
@@ -58,9 +58,7 @@
 #define __TWI_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_TWI_H
-               #endif
+               #define __INCLUDE_FROM_TWI_H
 
        /* Includes: */
                #include "../../Common/Common.h"
index e995fc7..3ba6f38 100644 (file)
 #define __USB_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_USB_DRIVER
-               #endif
+               #define __INCLUDE_FROM_USB_DRIVER
 
        /* Includes: */
                #include "../../Common/Common.h"