aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 14:45:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-11 14:45:16 +0000
commit509af41c04084bb0ed467d137efb4aeb68d25a05 (patch)
treee6267fd458b6c80ca3455d8ce89bac4148699ff3
parent0d094bec0505fdf1d203c3207a35271ceeda2f8b (diff)
downloadChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.tar.gz
ChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.tar.bz2
ChibiOS-509af41c04084bb0ed467d137efb4aeb68d25a05.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7570 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--doc/common/rsc/custom.css12
-rw-r--r--os/hal/include/adc.h2
-rw-r--r--os/hal/include/dac.h2
-rw-r--r--os/hal/include/icu.h2
-rw-r--r--os/hal/include/spi.h2
-rw-r--r--os/hal/include/usb.h2
-rw-r--r--os/hal/templates/adc_lld.h2
-rw-r--r--os/hal/templates/can_lld.h2
-rw-r--r--os/hal/templates/ext_lld.h2
-rw-r--r--os/hal/templates/gpt_lld.h2
-rw-r--r--os/hal/templates/hal_lld.h2
-rw-r--r--os/hal/templates/i2c_lld.h2
-rw-r--r--os/hal/templates/i2s_lld.h2
-rw-r--r--os/hal/templates/icu_lld.h2
-rw-r--r--os/hal/templates/mac_lld.h2
-rw-r--r--os/hal/templates/pwm_lld.h2
-rw-r--r--os/hal/templates/rtc_lld.h2
-rw-r--r--os/hal/templates/sdc_lld.h2
-rw-r--r--os/hal/templates/serial_lld.h2
-rw-r--r--os/hal/templates/spi_lld.h2
-rw-r--r--os/hal/templates/uart_lld.h2
-rw-r--r--os/hal/templates/usb_lld.h2
22 files changed, 33 insertions, 21 deletions
diff --git a/doc/common/rsc/custom.css b/doc/common/rsc/custom.css
index 769d2127c..6fb69608e 100644
--- a/doc/common/rsc/custom.css
+++ b/doc/common/rsc/custom.css
@@ -32,6 +32,18 @@ h3.groupheader {
font-size: 100%;
}
+h1 {
+ font-size: 150%;
+}
+
+h2 {
+ font-size: 120%;
+}
+
+h3 {
+ font-size: 120%;
+}
+
h1, h2, h3, h4, h5, h6 {
-webkit-transition: text-shadow 0.5s linear;
-moz-transition: text-shadow 0.5s linear;
diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h
index 7bef5db6f..4fc1398bf 100644
--- a/os/hal/include/adc.h
+++ b/os/hal/include/adc.h
@@ -87,7 +87,7 @@ typedef enum {
/*===========================================================================*/
/**
- * @name Low Level driver helper macros
+ * @name Low level driver helper macros
* @{
*/
#if ADC_USE_WAIT || defined(__DOXYGEN__)
diff --git a/os/hal/include/dac.h b/os/hal/include/dac.h
index 9fec43af3..5bc90a34d 100644
--- a/os/hal/include/dac.h
+++ b/os/hal/include/dac.h
@@ -87,7 +87,7 @@ typedef enum {
/*===========================================================================*/
/**
- * @name Low Level driver helper macros
+ * @name Low level driver helper macros
* @{
*/
#if DAC_USE_WAIT || defined(__DOXYGEN__)
diff --git a/os/hal/include/icu.h b/os/hal/include/icu.h
index b66ffcb88..aae08342c 100644
--- a/os/hal/include/icu.h
+++ b/os/hal/include/icu.h
@@ -169,7 +169,7 @@ typedef void (*icucallback_t)(ICUDriver *icup);
/** @} */
/**
- * @name Low Level driver helper macros
+ * @name Low level driver helper macros
* @{
*/
/**
diff --git a/os/hal/include/spi.h b/os/hal/include/spi.h
index b44e5cf1d..d700f319e 100644
--- a/os/hal/include/spi.h
+++ b/os/hal/include/spi.h
@@ -209,7 +209,7 @@ typedef enum {
/** @} */
/**
- * @name Low Level driver helper macros
+ * @name Low level driver helper macros
* @{
*/
#if SPI_USE_WAIT || defined(__DOXYGEN__)
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h
index 0688094e0..860dfd83e 100644
--- a/os/hal/include/usb.h
+++ b/os/hal/include/usb.h
@@ -469,7 +469,7 @@ typedef const USBDescriptor * (*usbgetdescriptor_t)(USBDriver *usbp,
/** @} */
/**
- * @name Low Level driver helper macros
+ * @name Low level driver helper macros
* @{
*/
/**
diff --git a/os/hal/templates/adc_lld.h b/os/hal/templates/adc_lld.h
index 8d02753fd..c2357a548 100644
--- a/os/hal/templates/adc_lld.h
+++ b/os/hal/templates/adc_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/can_lld.h b/os/hal/templates/can_lld.h
index c9cc35fc9..34cedd976 100644
--- a/os/hal/templates/can_lld.h
+++ b/os/hal/templates/can_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/ext_lld.h b/os/hal/templates/ext_lld.h
index 35caf01c9..79d6b4e2a 100644
--- a/os/hal/templates/ext_lld.h
+++ b/os/hal/templates/ext_lld.h
@@ -41,7 +41,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/gpt_lld.h b/os/hal/templates/gpt_lld.h
index cf6a318a6..7da40f42e 100644
--- a/os/hal/templates/gpt_lld.h
+++ b/os/hal/templates/gpt_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h
index df4d849e1..1d83bdbc1 100644
--- a/os/hal/templates/hal_lld.h
+++ b/os/hal/templates/hal_lld.h
@@ -41,7 +41,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/** @} */
diff --git a/os/hal/templates/i2c_lld.h b/os/hal/templates/i2c_lld.h
index 7a33acddd..27b2e2e6f 100644
--- a/os/hal/templates/i2c_lld.h
+++ b/os/hal/templates/i2c_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/i2s_lld.h b/os/hal/templates/i2s_lld.h
index 22c7b4ff3..f0481ba17 100644
--- a/os/hal/templates/i2s_lld.h
+++ b/os/hal/templates/i2s_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/icu_lld.h b/os/hal/templates/icu_lld.h
index 2ca15d55b..972784066 100644
--- a/os/hal/templates/icu_lld.h
+++ b/os/hal/templates/icu_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/mac_lld.h b/os/hal/templates/mac_lld.h
index 5d523554f..349ae3b4b 100644
--- a/os/hal/templates/mac_lld.h
+++ b/os/hal/templates/mac_lld.h
@@ -41,7 +41,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/pwm_lld.h b/os/hal/templates/pwm_lld.h
index 30a7811f1..494798fae 100644
--- a/os/hal/templates/pwm_lld.h
+++ b/os/hal/templates/pwm_lld.h
@@ -41,7 +41,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/rtc_lld.h b/os/hal/templates/rtc_lld.h
index 81bcc346f..3c06edf8c 100644
--- a/os/hal/templates/rtc_lld.h
+++ b/os/hal/templates/rtc_lld.h
@@ -59,7 +59,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/** @} */
diff --git a/os/hal/templates/sdc_lld.h b/os/hal/templates/sdc_lld.h
index 376f8bb1a..574aa8fb1 100644
--- a/os/hal/templates/sdc_lld.h
+++ b/os/hal/templates/sdc_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/** @} */
diff --git a/os/hal/templates/serial_lld.h b/os/hal/templates/serial_lld.h
index 5cbdac539..916cabdf0 100644
--- a/os/hal/templates/serial_lld.h
+++ b/os/hal/templates/serial_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/spi_lld.h b/os/hal/templates/spi_lld.h
index cfab88eba..b1f888b53 100644
--- a/os/hal/templates/spi_lld.h
+++ b/os/hal/templates/spi_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/uart_lld.h b/os/hal/templates/uart_lld.h
index 7d93a3833..6f2833e0c 100644
--- a/os/hal/templates/uart_lld.h
+++ b/os/hal/templates/uart_lld.h
@@ -36,7 +36,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**
diff --git a/os/hal/templates/usb_lld.h b/os/hal/templates/usb_lld.h
index 3ea39368c..ace146f26 100644
--- a/os/hal/templates/usb_lld.h
+++ b/os/hal/templates/usb_lld.h
@@ -51,7 +51,7 @@
/*===========================================================================*/
/**
- * @name Configuration options
+ * @name PLATFORM configuration options
* @{
*/
/**