diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-25 16:07:38 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-25 16:07:38 -0400 |
commit | deed4a2f0a96dc2ea80a278ac1a9ff9c72ce788a (patch) | |
tree | 9f8ed7e7709c2bd7494e4920b5397e0b659867c4 /source/lang | |
parent | f2c5d9959424f5e698768d289d0129f1f7b6d891 (diff) | |
download | librambutan-deed4a2f0a96dc2ea80a278ac1a9ff9c72ce788a.tar.gz librambutan-deed4a2f0a96dc2ea80a278ac1a9ff9c72ce788a.zip |
0.0.10 documentation checkpoint.
Merging in the standalone refactor docs, etc. The individual libmaple
API pages are going to need to get redone.
Diffstat (limited to 'source/lang')
-rw-r--r-- | source/lang/cpp/arithmetic.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/lang/cpp/arithmetic.rst b/source/lang/cpp/arithmetic.rst index 7e8c3fc..26e2811 100644 --- a/source/lang/cpp/arithmetic.rst +++ b/source/lang/cpp/arithmetic.rst @@ -117,11 +117,8 @@ See Also -------- - The individual sizes (in bits) of various available types are - defined in `libmaple_types.h - <http://github.com/leaflabs/libmaple/blob/master/libmaple/libmaple_types.h>`_\ - . + defined in :ref:`libmaple_types.h <libmaple-libmaple_types>`. - :ref:`sizeof <lang-sizeof>`\ () - .. include:: cc-attribution.txt |