Skip to content

Commit cfa634f

Browse files
author
Francois Best
committed
Examples.
1 parent e1f8dcc commit cfa634f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/midi_DoxygenMainPage.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
\example MIDI_Bench.ino
3838
\example MIDI_DualMerger.ino
3939
\example MIDI_Input.ino
40+
\example MIDI_SimpleSynth.ino
4041
*/
4142

4243
// -----------------------------------------------------------------------------

res/packaging.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ zip -r Arduino_MIDI_Library.zip MIDI
3737

3838
# Generate doc
3939
cd "$root/doc"
40-
doxygen .
40+
doxygen

0 commit comments

Comments
 (0)