summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/fluid_synth.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 05:33:44 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 05:33:44 +0200
commitee54b13d6d5bf14948aea6d2f55abc2919c038d1 (patch)
tree2cc72e0e9317bc78cd70f4dfb07f53ca56c6b450 /libs/ardour/ardour/fluid_synth.h
parent6c83b6f47d56593e571420af74aa88c42b86a32a (diff)
Fix some more doxygen warnings
Diffstat (limited to 'libs/ardour/ardour/fluid_synth.h')
-rw-r--r--libs/ardour/ardour/fluid_synth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/fluid_synth.h b/libs/ardour/ardour/fluid_synth.h
index 2b9af71a91..e37a27419e 100644
--- a/libs/ardour/ardour/fluid_synth.h
+++ b/libs/ardour/ardour/fluid_synth.h
@@ -34,6 +34,7 @@ namespace ARDOUR {
/** instantiate a Synth
*
* @param samplerate samplerate
+ * @param polyphony polyphony
*/
FluidSynth (float samplerate, int polyphony = 32);
~FluidSynth ();