diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-28 17:27:05 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-28 17:29:43 -0400 |
commit | 6a6af3980a827a02e371968ec56271774ceb26ac (patch) | |
tree | f152f124a241c76f38906354dbd0ccade2c138e6 /libmaple/stm32f2 | |
parent | d08e6b10ff96022957720f929aec8d46cbcd375d (diff) | |
download | librambutan-6a6af3980a827a02e371968ec56271774ceb26ac.tar.gz librambutan-6a6af3980a827a02e371968ec56271774ceb26ac.zip |
Doxygen hacks and fixups.
- Shut Doxygen up in various places
- Fix some genuine docs bugs
- Ignore sources we're not responsible for
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/stm32f2')
-rw-r--r-- | libmaple/stm32f2/include/series/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/stm32f2/include/series/gpio.h b/libmaple/stm32f2/include/series/gpio.h index 1496e8e..4d0d98c 100644 --- a/libmaple/stm32f2/include/series/gpio.h +++ b/libmaple/stm32f2/include/series/gpio.h @@ -222,7 +222,7 @@ void gpio_set_modef(struct gpio_dev *dev, * default speed. * * @param dev GPIO device. - * @param pin Pin on the device whose mode to set, 0--15. + * @param bit Bit on the device whose mode to set, 0--15. * @param mode Mode to set the pin to. */ static inline void gpio_set_mode(struct gpio_dev *dev, |