No more doxygen warnings for gtk2_arodur/*

That's with doxgen 1.8.13.
This commit is contained in:
Robin Gareus 2019-09-30 18:20:15 +02:00
parent feb5d1261e
commit 0a6f517230
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 40 additions and 22 deletions

View file

@ -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;