From 4fa975664646211b52e09e5663be2f9f8d73c0fb Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 7 Oct 2010 12:45:46 -0400 Subject: language reference --- docs/source/language.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') 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. | | | | | +------------------------------------+------------------------------------+-----------------------------------------+ -- cgit v1.2.3