2009-05-01 07:08:36 +00:00
|
|
|
To build FluidSynth API reference documentation, make sure you have Doxygen
|
2010-12-04 09:01:00 +00:00
|
|
|
installed.
|
|
|
|
|
2017-12-15 18:29:12 +00:00
|
|
|
If you are using the cmake build system, change to the build directory and
|
|
|
|
execute the following command in this doc/ directory:
|
2010-12-04 09:01:00 +00:00
|
|
|
|
|
|
|
$ make doxygen
|
2009-05-01 07:08:36 +00:00
|
|
|
|
2017-12-15 18:29:12 +00:00
|
|
|
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
|