From 553813b2bdac60974104b0fd9b2bd82053f14ae4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 8 Mar 2016 16:59:28 +0100 Subject: minor documentation fixes --- src/fecmodem.h | 4 ++++ src/storage.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/fecmodem.h b/src/fecmodem.h index 1d8931b..9d43fa3 100644 --- a/src/fecmodem.h +++ b/src/fecmodem.h @@ -39,6 +39,10 @@ class FECModem : public Modem { public: FECModem() : Modem() {}; + /** + * Enable the modem. Resets the internal Hamming state and calls + * Modem::enable(). + */ void enable(void); /** diff --git a/src/storage.h b/src/storage.h index 5485e3c..cb99afd 100644 --- a/src/storage.h +++ b/src/storage.h @@ -61,7 +61,7 @@ class Storage { /** * Checks whether the EEPROM contains animathion data. * - * @return true if the EEPROm contains valid-looking data + * @return true if the EEPROM contains valid-looking data */ bool hasData(); -- cgit v1.2.3