Skip to content

Commit

Permalink
Doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Best committed Feb 13, 2014
1 parent 1750e3a commit 1740b50
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/midi_DoxygenMainPage.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/*!
\mainpage Arduino MIDI Library
See the documentation of the main class, MidiInterface, or browse the modules
using the sidebar on the left.
and examples using the sidebar on the left.
\n
The documentation for the latests stable version is available here:
http://arduinomidilib.sourceforge.net/a00001.html
The latest development version is available on GitHub:
https://github.com/FortySevenEffects/arduino_midi_library/tree/dev
*/

// -----------------------------------------------------------------------------
// Examples

/*!
\example MIDI_Basic_IO.ino
\example MIDI_Basic_IO.ino
This example shows how to perform simple input and output MIDI. \n
\n
When any message arrives to the Arduino, the LED is turned on,
When any message arrives to the Arduino, the LED is turned on,
then we send a Note On message, wait for a second, then send
the Note Off and turn off the LED.
\n
Expand All @@ -29,7 +29,7 @@
*/

/*!
\example MIDI_Callbacks.ino
\example MIDI_Callbacks.ino
This example shows how to use callbacks for easier MIDI input handling. \n
*/

Expand All @@ -45,8 +45,8 @@
*/
/*! \defgroup input MIDI Input
*/
/*! \defgroup callbacks Callbacks
\ingroup input
/*! \defgroup callbacks Callbacks
\ingroup input
*/
/*! \defgroup thru MIDI Thru
*/
Expand Down

0 comments on commit 1740b50

Please sign in to comment.