Remove redundant Doxygen guards from the internal preprocessor definitions.

pull/1469/head
Dean Camera 14 years ago
parent 134e018b21
commit 5eb1862d54

@ -53,9 +53,7 @@
#define __LUFA_COMMON_H__ #define __LUFA_COMMON_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__) #define __INCLUDE_FROM_COMMON_H
#define __INCLUDE_FROM_COMMON_H
#endif
/* Includes: */ /* Includes: */
#include <stdint.h> #include <stdint.h>

@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # 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. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

@ -86,10 +86,7 @@
#define __BUTTONS_H__ #define __BUTTONS_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_BUTTONS_H #define __INCLUDE_FROM_BUTTONS_H
#define INCLUDE_FROM_BUTTONS_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -119,10 +119,7 @@
#define __DATAFLASH_H__ #define __DATAFLASH_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_DATAFLASH_H #define __INCLUDE_FROM_DATAFLASH_H
#define INCLUDE_FROM_DATAFLASH_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -94,10 +94,7 @@
#define __JOYSTICK_H__ #define __JOYSTICK_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_JOYSTICK_H #define __INCLUDE_FROM_JOYSTICK_H
#define INCLUDE_FROM_JOYSTICK_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -102,10 +102,7 @@
#define __LEDS_H__ #define __LEDS_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_LEDS_H #define __INCLUDE_FROM_LEDS_H
#define INCLUDE_FROM_LEDS_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -59,9 +59,7 @@
#define __ADC_H__ #define __ADC_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__) #define __INCLUDE_FROM_ADC_H
#define __INCLUDE_FROM_ADC_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -58,9 +58,7 @@
#define __SPI_H__ #define __SPI_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__) #define __INCLUDE_FROM_SPI_H
#define __INCLUDE_FROM_SPI_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -58,9 +58,7 @@
#define __SERIAL_H__ #define __SERIAL_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__) #define __INCLUDE_FROM_SERIAL_H
#define __INCLUDE_FROM_SERIAL_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -58,9 +58,7 @@
#define __TWI_H__ #define __TWI_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__) #define __INCLUDE_FROM_TWI_H
#define __INCLUDE_FROM_TWI_H
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

@ -356,9 +356,7 @@
#define __USB_H__ #define __USB_H__
/* Macros: */ /* Macros: */
#if !defined(__DOXYGEN__) #define __INCLUDE_FROM_USB_DRIVER
#define __INCLUDE_FROM_USB_DRIVER
#endif
/* Includes: */ /* Includes: */
#include "../../Common/Common.h" #include "../../Common/Common.h"

Loading…
Cancel
Save