diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-16 04:27:15 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-16 06:13:48 -0400 |
commit | 361e16c48aba37bc2d967415c0022701940d7c01 (patch) | |
tree | a08b4c49dff3f4513bde2b41c9f330e1a8d8ea63 /wirish | |
parent | 8cc1a026fde32b1d4d2c96cf8a4a8883acbc801b (diff) | |
download | librambutan-361e16c48aba37bc2d967415c0022701940d7c01.tar.gz librambutan-361e16c48aba37bc2d967415c0022701940d7c01.zip |
HardwareSerial.h: Remove documentation TODO.
It's difficult to document HardwareSerial's interface fully in
HardwareSerial.h, since most of the methods people care about are
inherited from Print, anyway. Stick with documenting this interface
by hand for the foreseeable future.
Diffstat (limited to 'wirish')
-rw-r--r-- | wirish/comm/HardwareSerial.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wirish/comm/HardwareSerial.h b/wirish/comm/HardwareSerial.h index c76ea17..f69b67a 100644 --- a/wirish/comm/HardwareSerial.h +++ b/wirish/comm/HardwareSerial.h @@ -47,9 +47,6 @@ * the documentation accordingly. */ -/* TODO [0.1.0] Document this here and make leaflabs-docs' page use - * Breathe */ - class HardwareSerial : public Print { public: HardwareSerial(usart_dev *usart_device, |