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

@ -1240,8 +1240,8 @@ TimeAxisView::parameter_changed (string const & what_changed)
}
/** @return Pair: TimeAxisView, layer index.
* TimeAxisView is non-0 if this object covers @param y, or one of its children
* does. @param y is an offset from the top of the trackview area.
* TimeAxisView is non-0 if this object covers @p y, or one of its children
* does. @p y is an offset from the top of the trackview area.
*
* If the covering object is a child axis, then the child is returned.
* TimeAxisView is 0 otherwise.