@@ -637,9 +637,10 @@ function ThemingProvider($mdColorPalette, $$mdMetaProvider) {
637
637
* You can disable this in the configuration section using the
638
638
* `$mdThemingProvider.generateThemesOnDemand(true);`
639
639
*
640
- * The theme name that is passed in must match the name of the theme that was defined as part of the configuration block.
640
+ * The theme name that is passed in must match the name of the theme that was defined as part of
641
+ * the configuration block.
641
642
*
642
- * @param name {string} theme name to generate
643
+ * @param {string } name theme name to generate
643
644
*/
644
645
645
646
/**
@@ -650,9 +651,11 @@ function ThemingProvider($mdColorPalette, $$mdMetaProvider) {
650
651
* <a href="https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/theme-color">
651
652
* Web Fundamentals</a>.
652
653
* @param {object= } options Options for the browser color, which include:<br/>
653
- * - `theme` - `{string}`: A defined theme via `$mdThemeProvider` to use the palettes from. Default is `default` theme. <br/>
654
- * - `palette` - `{string}`: Can be any one of the basic material design palettes, extended defined palettes, or `primary`,
655
- * `accent`, `background`, and `warn`. Default is `primary`.<br/>
654
+ * - `theme` - `{string}`: A defined theme via `$mdThemeProvider` to use the palettes from.
655
+ * Default is `default` theme. <br/>
656
+ * - `palette` - `{string}`: Can be any one of the basic material design palettes, extended
657
+ * defined palettes, or `primary`, `accent`, `background`, and `warn`. Default is `primary`.
658
+ * <br/>
656
659
* - `hue` - `{string}`: The hue from the selected palette. Default is `800`.<br/>
657
660
* @returns {function } Function that removes the browser coloring when called.
658
661
*/
0 commit comments