Cosmetics.

This commit is contained in:
Francois Best 2012-05-22 22:09:41 +02:00
parent 64a3ff5487
commit 2dd633816d
2 changed files with 1003 additions and 1003 deletions

View File

@ -1,7 +1,7 @@
/*!
* @file MIDI.cpp
* Project MIDI Library
* @brief MIDI Library for the Arduino
* Project AVR Core MIDI Library
* @brief MIDI Library for the AVR Core
* @version 3.2
* @author Francois Best
* @date 24/02/11

View File

@ -1,11 +1,11 @@
/*!
* @file MIDI.h
* Project MIDI Library
* @brief MIDI Library for the Arduino
* Version 3.2
* Project AVR Core MIDI Library
* @brief MIDI Library for the AVR Core
* @version 3.2
* @author Francois Best
* @date 24/02/11
* License GPL Forty Seven Effects - 2011
* license GPL Forty Seven Effects - 2011
*/
#ifndef LIB_MIDI_H_