From 62b064ee7cc70eac75a51a6f89038509631f5a13 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Aug 2017 01:23:37 -0600 Subject: docs: fixup markup --- jarmon/jarmon.js | 6 +++--- 1 file 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.} An array of ~5 tick labels. */ var siPrefixes = { 0: '', -- cgit v1.2.3