aboutsummaryrefslogtreecommitdiff
path: root/wirish
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-08-16 04:27:15 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-08-16 06:13:48 -0400
commitb1b71c5e09c8c1ae0aecb97b8d4843ca0dffbe90 (patch)
treea08b4c49dff3f4513bde2b41c9f330e1a8d8ea63 /wirish
parent8a3aa2a29ba3f60c1ee7fcdec073f8fce0e79149 (diff)
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.h3
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,