aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-07 12:45:46 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-10-07 12:45:46 -0400
commit4fa975664646211b52e09e5663be2f9f8d73c0fb (patch)
tree11c60fad50104e44f9fd8bad8b733975968056d7 /docs
parenta500b307e2635a628d2f5257cd786dabab51afb5 (diff)
downloadlibrambutan-4fa975664646211b52e09e5663be2f9f8d73c0fb.tar.gz
librambutan-4fa975664646211b52e09e5663be2f9f8d73c0fb.zip
language reference
Diffstat (limited to 'docs')
-rw-r--r--docs/source/language.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/source/language.rst b/docs/source/language.rst
index c5026c2..3772872 100644
--- a/docs/source/language.rst
+++ b/docs/source/language.rst
@@ -162,15 +162,15 @@ Arduino Documentation Links
| | | |
|* `+=`_ (compound addition) | |* `Serial`_ |
| | | |
-|* `-=`_ (compound subtraction) | |Looking for something else? See the |
-| | |:ref:`libraries` page for interfacing |
-|* `*=`_ (compound multiplication) | |with particular types of hardware. Try |
-| | |the list of `community-contributed |
-|* `/=`_ (compound division) | |code`_. Maple links against `newlib`_ |
-| | |and allows the use of any of its |
-|* `&=`_ (compound bitwise and) | |functions; see its documentation for more|
-| | |details. |
-|* `|=`_ (compound bitwise or) | | |
+|* `-=`_ (compound subtraction) | |**Looking for something else?** |
+| | | |
+|* `*=`_ (compound multiplication) | |See the :ref:`libraries` page for |
+| | |interfacing with particular types of |
+|* `/=`_ (compound division) | |hardware. Try the list of |
+| | |`community-contributed code`_. Maple |
+|* `&=`_ (compound bitwise and) | |links against `newlib`_ and allows the |
+| | |use of any of its functions; see its |
+|* `|=`_ (compound bitwise or) | |documentation for more details. |
| | | |
+------------------------------------+------------------------------------+-----------------------------------------+