Minor documentation updates

This commit is contained in:
David Henningsson 2010-08-21 10:32:55 +00:00
parent 3eb39e0380
commit 5bcf340e85
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8 DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = libfluidsynth PROJECT_NAME = libfluidsynth
PROJECT_NUMBER = 1.1.1 PROJECT_NUMBER = 1.1.2
OUTPUT_DIRECTORY = api OUTPUT_DIRECTORY = api
CREATE_SUBDIRS = NO CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English OUTPUT_LANGUAGE = English

View file

@ -4,4 +4,4 @@ make doxygen
The latest generated API HTML docs can also be found, along with other The latest generated API HTML docs can also be found, along with other
information, on the Wiki documentation page: information, on the Wiki documentation page:
http://fluidsynth.resonance.org/trac/wiki/Documentation http://sourceforge.net/apps/trac/fluidsynth/wiki/Documentation

View file

@ -47,7 +47,7 @@ int main(int argc, char** argv)
* get used from the SoundFont) */ * get used from the SoundFont) */
sfont_id = fluid_synth_sfload(synth, "example.sf2", 1); sfont_id = fluid_synth_sfload(synth, "example.sf2", 1);
/* Initialze the random number generator */ /* Initialize the random number generator */
srand(getpid()); srand(getpid());
for (i = 0; i < 12; i++) { for (i = 0; i < 12; i++) {