aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorBrendan Le Foll <brendan.le.foll@intel.com>2014-06-11 14:17:34 +0100
committerBrendan Le Foll <brendan.le.foll@intel.com>2014-06-11 14:28:28 +0100
commit6e4f8b085fdad8598e61440f4f3ea5ab2b7f53be (patch)
tree31931ab8c4410d24a8b065c3424f5cec9cbf4ac5 /docs/index.md
parentfdfafa5626e3a6a1c94699a027d7c4692b1fb44a (diff)
maa: make common.h header to replace maa.h header to simplify includes
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/index.md b/docs/index.md
index b31c341..c081e73 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -16,14 +16,14 @@ classes directly wrap the C API and provide a near 1:1 mapping of
functionality.
<center>
-| C API Modules | C++ API Classes |
-|:-------------------:|:---------------------------:|
-| @ref gpio.h "gpio" | @ref maa::Gpio "Gpio class" |
-| @ref i2c.h "i2c" | @ref maa::I2c "I2c class" |
-| @ref aio.h "aio" | @ref maa::Aio "Aio class" |
-| @ref pwm.h "pwm" | @ref maa::Pwm "Pwm class" |
-| @ref spi.h "spi" | @ref maa::Spi "Spi class" |
-| @ref maa.h "maa" | @ref maa.h "maa" |
+| C API Modules | C++ API Classes |
+|:----------------------:|:---------------------------:|
+| @ref gpio.h "gpio" | @ref maa::Gpio "Gpio class" |
+| @ref i2c.h "i2c" | @ref maa::I2c "I2c class" |
+| @ref aio.h "aio" | @ref maa::Aio "Aio class" |
+| @ref pwm.h "pwm" | @ref maa::Pwm "Pwm class" |
+| @ref spi.h "spi" | @ref maa::Spi "Spi class" |
+| @ref common.h "common" | @ref common.h "common" |
</center>
### Hello Maa