summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-30 06:27:24 +0200
committerRobin Gareus <robin@gareus.org>2019-09-30 06:30:11 +0200
commitfeb5d1261eb41548e44488bbe67df357b6de9a5f (patch)
tree01453d48a00f2d52966b76369f0cf79b3ebe110c /libs/ardour/ardour/tempo.h
parentc7be6f2330d60298cf28a979907d8a5feb433ef1 (diff)
Fix use of doxygen documented parameters in running text
Diffstat (limited to 'libs/ardour/ardour/tempo.h')
-rw-r--r--libs/ardour/ardour/tempo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index 9e5124f1af..c0132fc085 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -389,18 +389,18 @@ class LIBARDOUR_API TempoMap : public PBD::StatefulDestructible
TempoSection* next_tempo_section (TempoSection*) const;
/** add a tempo section locked to pls. ignored values will be set in recompute_tempi()
- * @param pulse pulse position of new section. ignored if \param pls == AudioTime
- * @param sample frame position of new section. ignored if \param pls == MusicTime
+ * @param pulse pulse position of new section. ignored if \p pls == AudioTime
+ * @param sample frame position of new section. ignored if \p pls == MusicTime
* @param pls the position lock style
*/
TempoSection* add_tempo (const Tempo&, const double& pulse, const samplepos_t sample, PositionLockStyle pls);
- /** add a meter section locked to \param pls . ignored values will be set in recompute_meters()
+ /** add a meter section locked to \p pls . ignored values will be set in recompute_meters()
* @param meter the Meter to be added
* @param where bbt position of new section
- * @param sample frame position of new section. ignored if \param pls == MusicTime
+ * @param sample frame position of new section. ignored if \p pls == MusicTime
*
- * note that \param sample may also be ignored if it would create an un-solvable map
+ * note that \p sample may also be ignored if it would create an un-solvable map
* (previous audio-locked tempi may place the requested beat at an earlier time than sample)
* in which case the new meter will be placed at the specified BBT.
* @param pls the position lock style