summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 01:23:37 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 01:30:18 -0600
commit62b064ee7cc70eac75a51a6f89038509631f5a13 (patch)
treedc3abbf34d59a48d5589f69e0da11d331ad3089b
parent0af3afe5122636a133818418df12db2bec9d4ecf (diff)
docs: fixup markup
-rw-r--r--jarmon/jarmon.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index eec6f2a..e3bb382 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -437,7 +437,7 @@ jarmon.RrdQueryDsProxy = function(rrdQuery, dsId, transformer) {
};
/**
- * Call I{@link RrdQueryRemote.getData} with a particular dsId
+ * Call {@link jarmon.RrdQueryRemote#getData} with a particular dsId
*
* @method
* @param startTime {number} A unix timestamp marking the start time
@@ -496,8 +496,8 @@ jarmon.Chart = function(template, recipe, downloader) {
* Choose a suitable SI multiplier based on the min and max values from
* the axis and then generate appropriate yaxis tick labels.
*
- * @param axis: An I{Object} with min and max properties
- * @return: An array of ~5 tick labels
+ * @param axis {Object} An Object with min and max properties.
+ * @return {Array.<string>} An array of ~5 tick labels.
*/
var siPrefixes = {
0: '',