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__
/* Macros: */
#if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_COMMON_H
#endif
#define __INCLUDE_FROM_COMMON_H
/* Includes: */
#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
# 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

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

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

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

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

@ -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"

@ -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"

@ -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"

@ -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"

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

Loading…
Cancel
Save