mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
13 lines
449 B
Text
13 lines
449 B
Text
To build FluidSynth API reference documentation, make sure you have Doxygen
|
|
installed.
|
|
|
|
If you are using the cmake build system, change to the build directory and
|
|
execute the following command in this doc/ directory:
|
|
|
|
$ make doxygen
|
|
|
|
The latest generated API HTML docs can also be found at:
|
|
http://www.fluidsynth.org/api/
|
|
|
|
Even more documentation references are provided on our wiki page:
|
|
https://github.com/FluidSynth/fluidsynth/wiki/Documentation
|