File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ EXAMPLE_PATH = ../res/Examples
871871# *.h) to filter out the source-files in the directories. If left blank all
872872# files are included.
873873
874- EXAMPLE_PATTERNS = *
874+ EXAMPLE_PATTERNS = *.ino
875875
876876# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
877877# searched for input files to be used with the \include or \dontinclude commands
Original file line number Diff line number Diff line change 3737 \example MIDI_Bench.ino
3838 \example MIDI_DualMerger.ino
3939 \example MIDI_Input.ino
40+ \example MIDI_SimpleSynth.ino
4041 */
4142
4243// -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ zip -r Arduino_MIDI_Library.zip MIDI
3737
3838# Generate doc
3939cd " $root /doc"
40- doxygen .
40+ doxygen
You can’t perform that action at this time.
0 commit comments