Skip to content

Commit

Permalink
fix doxygen syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Feb 6, 2025
1 parent 128325e commit 19b2750
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions include/vrv/tuning.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ class Tuning : public Object, public AttCourseLog {
* German tablature: the line is based on the note's index in the note list
* or by explicit @loc.
*
* @param[in] course
* @param[in] notationType
* @param[in] lines
* @param[in] listSize
* @param[in] index - 0 based from the bottom of the chord
* @param[in] loc - German tablature: note@loc if specified, 0 at the bottom
* @param[in] topAlign - German tablature: true => align at the top, false => align at the bottom
* @param [in] course The course number
* @param [in] notationType The notationType used to default tuning if not otherwise specified
* @param [in] lines The number of lines
* @param [in] listSize The number of objects in the tabGrp
* @param [in] index 0 based from the bottom of the chord
* @param [in] loc German tablature: note@loc if specified, 0 at the bottom
* @param [in] topAlign German tablature: true => align at the top, false => align at the bottom
* @return position in staff half lines
*/
int CalcPitchPos(
Expand All @@ -60,9 +60,9 @@ class Tuning : public Object, public AttCourseLog {
/**
* Calculate the MIDI note number for course/fret
*
* @param[in] course The course number
* @param[in] fret The fret number
* @param[in] notationType The notationType used to default tuning if not otherwise specified
* @param [in] course The course number
* @param [in] fret The fret number
* @param [in] notationType The notationType used to default tuning if not otherwise specified
*
* @return MIDI note number
*/
Expand Down

0 comments on commit 19b2750

Please sign in to comment.