aboutsummaryrefslogtreecommitdiffstats
path: root/source/lang/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Hack: silence warnings about 'void'.Marti Bolivar2011-10-051-2/+10
| | | | | | | | Add a void cpp:type:: declaration to build-in-types.rst in order to silence the voluminous warnings about not knowing what type void is. Probably we should see if this is in the Sphinx bug tracker. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* Docs: Use "BOARD_LED_PIN" instead of "13".Marti Bolivar2011-06-106-31/+26
| | | | | | Fix examples where pin 13 was used explicitly instead of BOARD_LED_PIN. Also change an AVR-specific example in docs/lang/cpp/booleanvariables.rst to Maple conventions.
* Docs: removing reference to String class.Marti Bolivar2011-05-171-9/+2
|
* Documentation link fixes.Marti Bolivar2011-05-051-13/+18
| | | | Fixing some Sphinx error messages.
* 0.0.10 Documentation checkpoint.Marti Bolivar2011-04-2649-118/+56
| | | | | | | | | | | | | | The vast majority of the Maple-specific values have been pulled out of the higher-level overview pages and replaced with refs into documents under /docs/source/hardware/. Much of the work that's left to be done in this regard is labeled with versioned TODO and FIXME comments. Suggestions from StephenFromNYC and gbulmer were incorporated from this forum thread: http://forums.leaflabs.com/topic.php?id=703
* 0.0.10 documentation checkpoint.Marti Bolivar2011-04-251-4/+1
| | | | | Merging in the standalone refactor docs, etc. The individual libmaple API pages are going to need to get redone.
* Fixed docs bug where we say "long" when we mean "long long"Marti Bolivar2011-02-0916-141/+142
|
* Finalized 0.0.9 documentation.Marti Bolivar2010-12-154-17/+35
|
* docs, now with styleHanna Mendes Levitin2010-12-0154-0/+3945