From feb5d1261eb41548e44488bbe67df357b6de9a5f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 30 Sep 2019 06:27:24 +0200 Subject: Fix use of doxygen documented parameters in running text --- libs/ardour/ardour/tempo.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/ardour/ardour/tempo.h') 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 -- cgit v1.2.3