diff --git a/LUFA/CodeTemplates/DriverStubs/Dataflash.h b/LUFA/CodeTemplates/DriverStubs/Dataflash.h
index 63ebcf0d106..d466e9bb81a 100644
--- a/LUFA/CodeTemplates/DriverStubs/Dataflash.h
+++ b/LUFA/CodeTemplates/DriverStubs/Dataflash.h
@@ -81,6 +81,7 @@
#define DATAFLASH_PAGES // TODO: Replace with the total number of pages inside one of the Dataflash ICs
/* Inline Functions: */
+ #if !defined(__DOXYGEN__)
/** Initializes the dataflash driver so that commands and data may be sent to an attached dataflash IC.
* The microcontroller's SPI driver MUST be initialized before any of the dataflash commands are used.
*/
@@ -205,7 +206,8 @@
* \param[in] PageAddress Page address within the selected dataflash IC
* \param[in] BufferByte Address within the dataflash's buffer
*/
- static inline void Dataflash_SendAddressBytes(uint16_t PageAddress, const uint16_t BufferByte)
+ static inline void Dataflash_SendAddressBytes(uint16_t PageAddress,
+ const uint16_t BufferByte)
{
#if (DATAFLASH_TOTALCHIPS == 2)
PageAddress >>= 1;
@@ -215,6 +217,7 @@
Dataflash_SendByte((PageAddress << 3) | (BufferByte >> 8));
Dataflash_SendByte(BufferByte);
}
+ #endif
#endif
diff --git a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt
index 4247b475ddf..9026dd6d656 100644
--- a/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt
+++ b/LUFA/StudioIntegration/HV1/lufa_docbook_transform.xslt
@@ -47,6 +47,7 @@
+
@@ -60,11 +61,11 @@
-
+
-
+
@@ -124,16 +125,13 @@
-
-
-
-
.h
+
.h
@@ -147,6 +145,7 @@
.h
+
.h
@@ -194,10 +193,12 @@
Struct
+
Union
+
@@ -207,7 +208,7 @@
-
+
@@ -249,17 +250,15 @@
-
-
Function
-
+
()
-
+
@@ -348,8 +347,6 @@
-
-
Macro
@@ -357,7 +354,7 @@
-
+
@@ -391,21 +388,19 @@
-
-
-
+
Type
-
+
@@ -427,7 +422,7 @@
-
+
@@ -471,11 +466,13 @@
-
-
- Warning
+
+
+
+
+
-
+
@@ -485,6 +482,13 @@
+
+
+ Warning
+
+
+
+
Precondition
@@ -492,15 +496,6 @@
-
-
-
-
-
-
-
-
-
See also
@@ -569,6 +564,7 @@
?
+
[]
@@ -655,6 +651,11 @@
+
+
+
+
+
@@ -674,6 +675,7 @@
+
@@ -711,13 +713,13 @@
-
+
-
+
@@ -737,9 +739,9 @@
-
+
-
+
diff --git a/LUFA/StudioIntegration/HV1/lufa_hv1_transform.xslt b/LUFA/StudioIntegration/HV1/lufa_hv1_transform.xslt
index ff381ea5c2b..ee8a38340df 100644
--- a/LUFA/StudioIntegration/HV1/lufa_hv1_transform.xslt
+++ b/LUFA/StudioIntegration/HV1/lufa_hv1_transform.xslt
@@ -14,36 +14,32 @@
-