diff options
Diffstat (limited to 'source/lang')
-rw-r--r-- | source/lang/api/serial.rst | 1 | ||||
-rw-r--r-- | source/lang/cpp/built-in-types.rst | 12 |
2 files changed, 11 insertions, 2 deletions
diff --git a/source/lang/api/serial.rst b/source/lang/api/serial.rst index 8c9ebc7..e287015 100644 --- a/source/lang/api/serial.rst +++ b/source/lang/api/serial.rst @@ -1,3 +1,4 @@ +.. FIXME [0.0.13] This doesn't include UART4/5, or USART6 .. highlight:: cpp .. _lang-serial: diff --git a/source/lang/cpp/built-in-types.rst b/source/lang/cpp/built-in-types.rst index 28e8cdc..f14dce5 100644 --- a/source/lang/cpp/built-in-types.rst +++ b/source/lang/cpp/built-in-types.rst @@ -86,8 +86,8 @@ Floating-Point Types 64-bit, IEEE-754 double-precision floating-point type. -Other Types ------------ +Miscellaneous Types +------------------- .. cpp:type:: voidFuncPtr @@ -98,3 +98,11 @@ Other Types .. cpp:type:: bool Boolean type. + +Other +----- + +.. cpp:type:: void + + Not really a type. To be honest with you, this only exists here to + silence warnings from our documentation build system. |