From 7b3364c356fdf520a0f2929c6361d96bcd123e3d Mon Sep 17 00:00:00 2001 From: hacksalot Date: Fri, 22 Jan 2016 02:44:17 -0500 Subject: [PATCH] Document parameter. --- src/helpers/generic-helpers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helpers/generic-helpers.js b/src/helpers/generic-helpers.js index ce539ec..57d6bf1 100644 --- a/src/helpers/generic-helpers.js +++ b/src/helpers/generic-helpers.js @@ -93,7 +93,8 @@ Generic template helper definitions for HackMyResume / FluentCV. /** Emit a comma-delimited list of font names suitable associated with the provided key. - @param styleName + @param key {String} A named style from the "fonts" section of the theme's + theme.json file. For example: 'default' or 'heading1'. */ fontList: function( key ) { var ret = '';