mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
No more doxygen warnings for gtk2_arodur/*
That's with doxgen 1.8.13.
This commit is contained in:
parent
feb5d1261e
commit
0a6f517230
8 changed files with 40 additions and 22 deletions
|
|
@ -191,10 +191,13 @@ public:
|
|||
/** @return Whether the current mouse mode is an "internal" editing mode. */
|
||||
virtual bool internal_editing() const = 0;
|
||||
|
||||
/** Possibly start the audition of a region. If @param r is 0, or not an AudioRegion
|
||||
* any current audition is cancelled. If we are currently auditioning @param r,
|
||||
* the audition will be cancelled. Otherwise an audition of @param r will start.
|
||||
* \param r Region to consider.
|
||||
/** Possibly start the audition of a region.
|
||||
*
|
||||
* If \p r is 0, or not an AudioRegion any current audition is cancelled.
|
||||
* If we are currently auditioning \p r , the audition will be cancelled.
|
||||
* Otherwise an audition of \p r will start.
|
||||
*
|
||||
* @param r Region to consider auditioning
|
||||
*/
|
||||
virtual void consider_auditioning (boost::shared_ptr<ARDOUR::Region> r) = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue