Examples.
This commit is contained in:
parent
e1f8dcc380
commit
cfa634fcfc
|
|
@ -871,7 +871,7 @@ EXAMPLE_PATH = ../res/Examples
|
||||||
# *.h) to filter out the source-files in the directories. If left blank all
|
# *.h) to filter out the source-files in the directories. If left blank all
|
||||||
# files are included.
|
# files are included.
|
||||||
|
|
||||||
EXAMPLE_PATTERNS = *
|
EXAMPLE_PATTERNS = *.ino
|
||||||
|
|
||||||
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
|
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
|
||||||
# searched for input files to be used with the \include or \dontinclude commands
|
# searched for input files to be used with the \include or \dontinclude commands
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
\example MIDI_Bench.ino
|
\example MIDI_Bench.ino
|
||||||
\example MIDI_DualMerger.ino
|
\example MIDI_DualMerger.ino
|
||||||
\example MIDI_Input.ino
|
\example MIDI_Input.ino
|
||||||
|
\example MIDI_SimpleSynth.ino
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -37,4 +37,4 @@ zip -r Arduino_MIDI_Library.zip MIDI
|
||||||
|
|
||||||
# Generate doc
|
# Generate doc
|
||||||
cd "$root/doc"
|
cd "$root/doc"
|
||||||
doxygen .
|
doxygen
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue