mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-28 15:02:00 +00:00
Minor documentation updates
This commit is contained in:
parent
3eb39e0380
commit
5bcf340e85
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue