aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/api
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-05-27 23:15:55 -0700
committerbnewbold <bnewbold@robocracy.org>2015-05-27 23:15:55 -0700
commit124c8964eb81705d0924295e63866370e9c16ede (patch)
tree16ac60db3e07d2a90d60730b3c4fc5bd218108a2 /docs/source/lang/api
parent6f45284326411f3f3d68e077449f14a2d1caa693 (diff)
downloadlibrambutan-124c8964eb81705d0924295e63866370e9c16ede.tar.gz
librambutan-124c8964eb81705d0924295e63866370e9c16ede.zip
docs: many small broken ref fixes, syntax bugfixes
Diffstat (limited to 'docs/source/lang/api')
-rw-r--r--docs/source/lang/api/hardwarespi.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/lang/api/hardwarespi.rst b/docs/source/lang/api/hardwarespi.rst
index a44a65f..4d720ac 100644
--- a/docs/source/lang/api/hardwarespi.rst
+++ b/docs/source/lang/api/hardwarespi.rst
@@ -42,7 +42,8 @@ function (an example is given below).
.. FIXME [Breathe] Output doesn't include the class; fix & submit pull req
-.. doxygenfunction:: HardwareSPI::begin
+.. doxygenfunction:: HardwareSPI::begin(void)
+.. doxygenfunction:: HardwareSPI::begin(SPIFrequency, uint32, uint32)
.. note:: If you are using SPI port 3 (on a board that supports it;
not all do); you'll need to call :ref:`lang-disabledebugports`