Examples.

This commit is contained in:
Francois Best 2014-06-11 09:54:15 +02:00
parent e1f8dcc380
commit cfa634fcfc
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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
*/ */
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------

View File

@ -37,4 +37,4 @@ zip -r Arduino_MIDI_Library.zip MIDI
# Generate doc # Generate doc
cd "$root/doc" cd "$root/doc"
doxygen . doxygen