From dfdab3d00699db90fc60d4671809b6c4d86b8b24 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 6 Feb 2014 17:33:29 -0800 Subject: [PATCH] :memo: doc parameters in theme-manager.coffee --- src/theme-manager.coffee | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/theme-manager.coffee b/src/theme-manager.coffee index 0525d3cc1..a5fa5a0c8 100644 --- a/src/theme-manager.coffee +++ b/src/theme-manager.coffee @@ -77,7 +77,7 @@ class ThemeManager # Public: Set the list of enabled themes. # - # * enabledThemeNames: An {Array} of {String} theme names. + # enabledThemeNames - An {Array} of {String} theme names. setEnabledThemes: (enabledThemeNames) -> atom.config.set('core.themes', enabledThemeNames) @@ -140,8 +140,9 @@ class ThemeManager # # This supports both CSS and LESS stylsheets. # - # * stylesheetPath: A {String} path to the stylesheet that can be an absolute - # path or a relative path that will be resolved against the load path. + # stylesheetPath - A {String} path to the stylesheet that can be an absolute + # path or a relative path that will be resolved against the + # load path. # # Returns the absolute path to the required stylesheet. requireStylesheet: (stylesheetPath, ttype = 'bundled', htmlElement) ->