Skip to content

Commit 12c2b61

Browse files
karatinayuangao
authored andcommitted
docs(button): mark classes to exclude from docs (#3513)
1 parent 9b4be13 commit 12c2b61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/button/button.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {coerceBooleanProperty} from '../core';
1717

1818
/**
1919
* Directive whose purpose is to add the mat- CSS styling to this selector.
20+
* @docs-private
2021
*/
2122
@Directive({
2223
selector: 'button[md-button], button[mat-button], a[md-button], a[mat-button]',
@@ -28,6 +29,7 @@ export class MdButtonCssMatStyler {}
2829

2930
/**
3031
* Directive whose purpose is to add the mat- CSS styling to this selector.
32+
* @docs-private
3133
*/
3234
@Directive({
3335
selector:
@@ -41,6 +43,7 @@ export class MdRaisedButtonCssMatStyler {}
4143

4244
/**
4345
* Directive whose purpose is to add the mat- CSS styling to this selector.
46+
* @docs-private
4447
*/
4548
@Directive({
4649
selector:
@@ -53,6 +56,7 @@ export class MdIconButtonCssMatStyler {}
5356

5457
/**
5558
* Directive whose purpose is to add the mat- CSS styling to this selector.
59+
* @docs-private
5660
*/
5761
@Directive({
5862
selector: 'button[md-fab], button[mat-fab], a[md-fab], a[mat-fab]',
@@ -64,6 +68,7 @@ export class MdFabCssMatStyler {}
6468

6569
/**
6670
* Directive whose purpose is to add the mat- CSS styling to this selector.
71+
* @docs-private
6772
*/
6873
@Directive({
6974
selector: 'button[md-mini-fab], button[mat-mini-fab], a[md-mini-fab], a[mat-mini-fab]',

0 commit comments

Comments
 (0)