summaryrefslogtreecommitdiffstats
path: root/raul/TimeStamp.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 14:46:53 +0000
commitb40211f7fdbaf9f56dd33b22674c2d3b0b1764c6 (patch)
tree6d0b47616fb78ea7c06fe7caa2e1166f34a08141 /raul/TimeStamp.hpp
parent6773fba30029b5050a099ab0dd91ec15352a9f2b (diff)
downloadraul-b40211f7fdbaf9f56dd33b22674c2d3b0b1764c6.tar.gz
raul-b40211f7fdbaf9f56dd33b22674c2d3b0b1764c6.tar.bz2
raul-b40211f7fdbaf9f56dd33b22674c2d3b0b1764c6.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5429 a436a847-0d15-0410-975c-d299462d15a1
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);