From cfa634fcfc3d983dba73dfd97eacc9bd5705f841 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Wed, 11 Jun 2014 09:54:15 +0200 Subject: [PATCH] Examples. --- doc/Doxyfile | 2 +- doc/midi_DoxygenMainPage.h | 1 + res/packaging.command | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index e078caf..79bba4c 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -871,7 +871,7 @@ EXAMPLE_PATH = ../res/Examples # *.h) to filter out the source-files in the directories. If left blank all # files are included. -EXAMPLE_PATTERNS = * +EXAMPLE_PATTERNS = *.ino # 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 diff --git a/doc/midi_DoxygenMainPage.h b/doc/midi_DoxygenMainPage.h index 99e3a46..4ece5d0 100644 --- a/doc/midi_DoxygenMainPage.h +++ b/doc/midi_DoxygenMainPage.h @@ -37,6 +37,7 @@ \example MIDI_Bench.ino \example MIDI_DualMerger.ino \example MIDI_Input.ino + \example MIDI_SimpleSynth.ino */ // ----------------------------------------------------------------------------- diff --git a/res/packaging.command b/res/packaging.command index c40d244..00fdfb8 100755 --- a/res/packaging.command +++ b/res/packaging.command @@ -37,4 +37,4 @@ zip -r Arduino_MIDI_Library.zip MIDI # Generate doc cd "$root/doc" -doxygen . +doxygen