Skip to content

Commit 1740b50

Browse files
author
Francois Best
committed
Doc.
1 parent 1750e3a commit 1740b50

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/midi_DoxygenMainPage.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
/*!
22
\mainpage Arduino MIDI Library
3-
3+
44
See the documentation of the main class, MidiInterface, or browse the modules
5-
using the sidebar on the left.
5+
and examples using the sidebar on the left.
66
\n
7-
The documentation for the latests stable version is available here:
8-
http://arduinomidilib.sourceforge.net/a00001.html
7+
The latest development version is available on GitHub:
8+
https://github.com/FortySevenEffects/arduino_midi_library/tree/dev
99
*/
1010

1111
// -----------------------------------------------------------------------------
1212
// Examples
1313

1414
/*!
15-
\example MIDI_Basic_IO.ino
15+
\example MIDI_Basic_IO.ino
1616
This example shows how to perform simple input and output MIDI. \n
1717
\n
18-
When any message arrives to the Arduino, the LED is turned on,
18+
When any message arrives to the Arduino, the LED is turned on,
1919
then we send a Note On message, wait for a second, then send
2020
the Note Off and turn off the LED.
2121
\n
@@ -29,7 +29,7 @@
2929
*/
3030

3131
/*!
32-
\example MIDI_Callbacks.ino
32+
\example MIDI_Callbacks.ino
3333
This example shows how to use callbacks for easier MIDI input handling. \n
3434
*/
3535

@@ -45,8 +45,8 @@
4545
*/
4646
/*! \defgroup input MIDI Input
4747
*/
48-
/*! \defgroup callbacks Callbacks
49-
\ingroup input
48+
/*! \defgroup callbacks Callbacks
49+
\ingroup input
5050
*/
5151
/*! \defgroup thru MIDI Thru
5252
*/

0 commit comments

Comments
 (0)