From 51758626b9490abbaa8ec6b2420802a9c0a97492 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Wed, 8 Mar 2017 14:14:00 -0800 Subject: [PATCH] docs(button): mark classes to exclude from docs --- src/lib/button/button.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/button/button.ts b/src/lib/button/button.ts index 8cddd0d647a3..583fbd425957 100644 --- a/src/lib/button/button.ts +++ b/src/lib/button/button.ts @@ -17,6 +17,7 @@ import {coerceBooleanProperty} from '../core'; /** * Directive whose purpose is to add the mat- CSS styling to this selector. + * @docs-private */ @Directive({ selector: 'button[md-button], button[mat-button], a[md-button], a[mat-button]', @@ -28,6 +29,7 @@ export class MdButtonCssMatStyler {} /** * Directive whose purpose is to add the mat- CSS styling to this selector. + * @docs-private */ @Directive({ selector: @@ -41,6 +43,7 @@ export class MdRaisedButtonCssMatStyler {} /** * Directive whose purpose is to add the mat- CSS styling to this selector. + * @docs-private */ @Directive({ selector: @@ -53,6 +56,7 @@ export class MdIconButtonCssMatStyler {} /** * Directive whose purpose is to add the mat- CSS styling to this selector. + * @docs-private */ @Directive({ selector: 'button[md-fab], button[mat-fab], a[md-fab], a[mat-fab]', @@ -64,6 +68,7 @@ export class MdFabCssMatStyler {} /** * Directive whose purpose is to add the mat- CSS styling to this selector. + * @docs-private */ @Directive({ selector: 'button[md-mini-fab], button[mat-mini-fab], a[md-mini-fab], a[mat-mini-fab]',