summaryrefslogtreecommitdiffstats
path: root/raul/TimeStamp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/TimeStamp.hpp')
-rw-r--r--raul/TimeStamp.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/TimeStamp.hpp b/raul/TimeStamp.hpp
index ea8b04c..f27e761 100644
--- a/raul/TimeStamp.hpp
+++ b/raul/TimeStamp.hpp
@@ -37,8 +37,8 @@ public:
SECONDS
};
- /** @a ppt (parts per tick) is the sample rate for FRAMES,
- * PPQN for BEATS, and ignored for SECONDS.
+ /** `ppt` (parts per tick) is the sample rate for FRAMES, PPQN for BEATS,
+ * and ignored for SECONDS.
*/
inline TimeUnit(Type type, uint32_t ppt) {
assert(type == SECONDS || ppt != 0);