Fix invalid use of Doxygen "@param" command

This is never for inline references to parameters, only for starting parameter
documentation blocks.  The "@p" command is for this, although unfortunately
Doxygen doesn't actually do anything with it and it's just an alias for code
text.
This commit is contained in:
David Robillard
2022-10-30 20:44:28 -04:00
parent 96bab3ce46
commit bdacfb8724
31 changed files with 68 additions and 65 deletions

View File

@@ -114,7 +114,7 @@ fluid_channel_init(fluid_channel_t *chan)
}
/*
@param is_all_ctrl_off if nonzero, only resets some controllers, according to
@p is_all_ctrl_off if nonzero, only resets some controllers, according to
https://www.midi.org/techspecs/rp15.php
*/
void