projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
134e018
)
Remove redundant Doxygen guards from the internal preprocessor definitions.
author
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 15 Mar 2011 09:22:39 +0000
(09:22 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 15 Mar 2011 09:22:39 +0000
(09:22 +0000)
LUFA/Common/Common.h
patch
|
blob
|
blame
|
history
LUFA/Doxygen.conf
patch
|
blob
|
blame
|
history
LUFA/Drivers/Board/Buttons.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/Board/Dataflash.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/Board/Joystick.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/Board/LEDs.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/Peripheral/ADC.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/Peripheral/SPI.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/Peripheral/Serial.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/Peripheral/TWI.h
patch
|
blob
|
blame
|
history
LUFA/Drivers/USB/USB.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
1d81d48
..
b7d564a
100644
(file)
--- a/
LUFA/Common/Common.h
+++ b/
LUFA/Common/Common.h
@@
-53,9
+53,7
@@
#define __LUFA_COMMON_H__
/* Macros: */
#define __LUFA_COMMON_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_COMMON_H
- #endif
+ #define __INCLUDE_FROM_COMMON_H
/* Includes: */
#include <stdint.h>
/* Includes: */
#include <stdint.h>
diff --git
a/LUFA/Doxygen.conf
b/LUFA/Doxygen.conf
index
dadb864
..
393fbae
100644
(file)
--- a/
LUFA/Doxygen.conf
+++ b/
LUFA/Doxygen.conf
@@
-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.
# 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
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
diff --git
a/LUFA/Drivers/Board/Buttons.h
b/LUFA/Drivers/Board/Buttons.h
index
b91c770
..
e32c4eb
100644
(file)
--- a/
LUFA/Drivers/Board/Buttons.h
+++ b/
LUFA/Drivers/Board/Buttons.h
@@
-86,10
+86,7
@@
#define __BUTTONS_H__
/* Macros: */
#define __BUTTONS_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_BUTTONS_H
#define __INCLUDE_FROM_BUTTONS_H
- #define INCLUDE_FROM_BUTTONS_H
- #endif
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/Board/Dataflash.h
b/LUFA/Drivers/Board/Dataflash.h
index
4ed77a3
..
cb5b7fc
100644
(file)
--- a/
LUFA/Drivers/Board/Dataflash.h
+++ b/
LUFA/Drivers/Board/Dataflash.h
@@
-119,10
+119,7
@@
#define __DATAFLASH_H__
/* Macros: */
#define __DATAFLASH_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_DATAFLASH_H
#define __INCLUDE_FROM_DATAFLASH_H
- #define INCLUDE_FROM_DATAFLASH_H
- #endif
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/Board/Joystick.h
b/LUFA/Drivers/Board/Joystick.h
index
31ec3b8
..
7b89416
100644
(file)
--- a/
LUFA/Drivers/Board/Joystick.h
+++ b/
LUFA/Drivers/Board/Joystick.h
@@
-94,10
+94,7
@@
#define __JOYSTICK_H__
/* Macros: */
#define __JOYSTICK_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_JOYSTICK_H
#define __INCLUDE_FROM_JOYSTICK_H
- #define INCLUDE_FROM_JOYSTICK_H
- #endif
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/Board/LEDs.h
b/LUFA/Drivers/Board/LEDs.h
index
173ed55
..
7a135b8
100644
(file)
--- a/
LUFA/Drivers/Board/LEDs.h
+++ b/
LUFA/Drivers/Board/LEDs.h
@@
-102,10
+102,7
@@
#define __LEDS_H__
/* Macros: */
#define __LEDS_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
#define __INCLUDE_FROM_LEDS_H
#define __INCLUDE_FROM_LEDS_H
- #define INCLUDE_FROM_LEDS_H
- #endif
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/Peripheral/ADC.h
b/LUFA/Drivers/Peripheral/ADC.h
index
5a1d330
..
a6e71d1
100644
(file)
--- a/
LUFA/Drivers/Peripheral/ADC.h
+++ b/
LUFA/Drivers/Peripheral/ADC.h
@@
-59,9
+59,7
@@
#define __ADC_H__
/* Macros: */
#define __ADC_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_ADC_H
- #endif
+ #define __INCLUDE_FROM_ADC_H
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/Peripheral/SPI.h
b/LUFA/Drivers/Peripheral/SPI.h
index
3fdc69d
..
352c9f2
100644
(file)
--- a/
LUFA/Drivers/Peripheral/SPI.h
+++ b/
LUFA/Drivers/Peripheral/SPI.h
@@
-58,9
+58,7
@@
#define __SPI_H__
/* Macros: */
#define __SPI_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_SPI_H
- #endif
+ #define __INCLUDE_FROM_SPI_H
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/Peripheral/Serial.h
b/LUFA/Drivers/Peripheral/Serial.h
index
addee07
..
856c54b
100644
(file)
--- a/
LUFA/Drivers/Peripheral/Serial.h
+++ b/
LUFA/Drivers/Peripheral/Serial.h
@@
-58,9
+58,7
@@
#define __SERIAL_H__
/* Macros: */
#define __SERIAL_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_SERIAL_H
- #endif
+ #define __INCLUDE_FROM_SERIAL_H
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/Peripheral/TWI.h
b/LUFA/Drivers/Peripheral/TWI.h
index
ae26725
..
8f99b3a
100644
(file)
--- a/
LUFA/Drivers/Peripheral/TWI.h
+++ b/
LUFA/Drivers/Peripheral/TWI.h
@@
-58,9
+58,7
@@
#define __TWI_H__
/* Macros: */
#define __TWI_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_TWI_H
- #endif
+ #define __INCLUDE_FROM_TWI_H
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"
diff --git
a/LUFA/Drivers/USB/USB.h
b/LUFA/Drivers/USB/USB.h
index
e995fc7
..
3ba6f38
100644
(file)
--- a/
LUFA/Drivers/USB/USB.h
+++ b/
LUFA/Drivers/USB/USB.h
@@
-356,9
+356,7
@@
#define __USB_H__
/* Macros: */
#define __USB_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_USB_DRIVER
- #endif
+ #define __INCLUDE_FROM_USB_DRIVER
/* Includes: */
#include "../../Common/Common.h"
/* Includes: */
#include "../../Common/Common.h"