diff --git a/Adafruit_FONA.cpp b/Adafruit_FONA.cpp index 174709b..fcc4c12 100644 --- a/Adafruit_FONA.cpp +++ b/Adafruit_FONA.cpp @@ -1,19 +1,30 @@ -/*************************************************** - This is a library for our Adafruit FONA Cellular Module - - Designed specifically to work with the Adafruit FONA - ----> http://www.adafruit.com/products/1946 - ----> http://www.adafruit.com/products/1963 - - These displays use TTL Serial to communicate, 2 pins are required to - interface - Adafruit invests time and resources providing this open source code, - please support Adafruit and open-source hardware by purchasing - products from Adafruit! - - Written by Limor Fried/Ladyada for Adafruit Industries. - BSD license, all text above must be included in any redistribution - ****************************************************/ +/*! + * @file Adafruit_FONA.cpp + * + * @mainpage Adafruit FONA + * + * @section intro_sec Introduction + * + * This is a library for our Adafruit FONA Cellular Module + * + * Designed specifically to work with the Adafruit FONA + * ----> http://www.adafruit.com/products/1946 + * ----> http://www.adafruit.com/products/1963 + * + * These displays use TTL Serial to communicate, 2 pins are required to + * interface + * Adafruit invests time and resources providing this open source code, + * please support Adafruit and open-source hardware by purchasing + * products from Adafruit! + * + * @section author Author + * + * Written by Limor Fried/Ladyada for Adafruit Industries. + * @section license License + * + * BSD license, all text above must be included in any redistribution + * + */ // next line per // http://postwarrior.com/arduino-ethershield-error-prog_char-does-not-name-a-type/ diff --git a/Adafruit_FONA.h b/Adafruit_FONA.h index 0f0ad89..d47c8d7 100644 --- a/Adafruit_FONA.h +++ b/Adafruit_FONA.h @@ -1,19 +1,6 @@ -/*************************************************** - This is a library for our Adafruit FONA Cellular Module - - Designed specifically to work with the Adafruit FONA - ----> http://www.adafruit.com/products/1946 - ----> http://www.adafruit.com/products/1963 - - These displays use TTL Serial to communicate, 2 pins are required to - interface - Adafruit invests time and resources providing this open source code, - please support Adafruit and open-source hardware by purchasing - products from Adafruit! - - Written by Limor Fried/Ladyada for Adafruit Industries. - BSD license, all text above must be included in any redistribution - ****************************************************/ +/* + * @file Adafruit_FONA.h + */ #ifndef ADAFRUIT_FONA_H #define ADAFRUIT_FONA_H