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) ->