From b1b71c5e09c8c1ae0aecb97b8d4843ca0dffbe90 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 16 Aug 2011 04:27:15 -0400 Subject: 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. --- wirish/comm/HardwareSerial.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'wirish') 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, -- cgit v1.2.3