mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
96bab3ce46
commit
bdacfb8724
31 changed files with 68 additions and 65 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue