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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user