From 5bcf340e858577bb4a5ece1c9264da88046abcab Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Sat, 21 Aug 2010 10:32:55 +0000 Subject: [PATCH] Minor documentation updates --- fluidsynth/doc/Doxyfile | 2 +- fluidsynth/doc/README | 2 +- fluidsynth/doc/example.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fluidsynth/doc/Doxyfile b/fluidsynth/doc/Doxyfile index 607a8068..f1961c2f 100644 --- a/fluidsynth/doc/Doxyfile +++ b/fluidsynth/doc/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = libfluidsynth -PROJECT_NUMBER = 1.1.1 +PROJECT_NUMBER = 1.1.2 OUTPUT_DIRECTORY = api CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff --git a/fluidsynth/doc/README b/fluidsynth/doc/README index 05fd0e9e..42d93d32 100644 --- a/fluidsynth/doc/README +++ b/fluidsynth/doc/README @@ -4,4 +4,4 @@ make doxygen The latest generated API HTML docs can also be found, along with other information, on the Wiki documentation page: -http://fluidsynth.resonance.org/trac/wiki/Documentation +http://sourceforge.net/apps/trac/fluidsynth/wiki/Documentation diff --git a/fluidsynth/doc/example.c b/fluidsynth/doc/example.c index 384789e7..4ff1f07b 100644 --- a/fluidsynth/doc/example.c +++ b/fluidsynth/doc/example.c @@ -47,7 +47,7 @@ int main(int argc, char** argv) * get used from the SoundFont) */ sfont_id = fluid_synth_sfload(synth, "example.sf2", 1); - /* Initialze the random number generator */ + /* Initialize the random number generator */ srand(getpid()); for (i = 0; i < 12; i++) {