Skip to content

Commit e019f69

Browse files
karatinayuangao
authored andcommitted
docs(card): remove internal classes from docs (#3511)
1 parent 340a42a commit e019f69

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/lib/card/card.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88

99
/**
1010
* Content of a card, needed as it's used as a selector in the API.
11+
* @docs-private
1112
*/
1213
@Directive({
1314
selector: 'md-card-content, mat-card-content',
@@ -19,6 +20,7 @@ export class MdCardContent {}
1920

2021
/**
2122
* Title of a card, needed as it's used as a selector in the API.
23+
* @docs-private
2224
*/
2325
@Directive({
2426
selector: 'md-card-title, mat-card-title',
@@ -30,6 +32,7 @@ export class MdCardTitle {}
3032

3133
/**
3234
* Sub-title of a card, needed as it's used as a selector in the API.
35+
* @docs-private
3336
*/
3437
@Directive({
3538
selector: 'md-card-subtitle, mat-card-subtitle',
@@ -41,6 +44,7 @@ export class MdCardSubtitle {}
4144

4245
/**
4346
* Action section of a card, needed as it's used as a selector in the API.
47+
* @docs-private
4448
*/
4549
@Directive({
4650
selector: 'md-card-actions, mat-card-actions',
@@ -52,6 +56,7 @@ export class MdCardActions {}
5256

5357
/**
5458
* Footer of a card, needed as it's used as a selector in the API.
59+
* @docs-private
5560
*/
5661
@Directive({
5762
selector: 'md-card-footer, mat-card-footer',
@@ -63,6 +68,7 @@ export class MdCardFooter {}
6368

6469
/**
6570
* Image used in a card, needed to add the mat- CSS styling.
71+
* @docs-private
6672
*/
6773
@Directive({
6874
selector: '[md-card-sm-image], [mat-card-sm-image]',
@@ -74,6 +80,7 @@ export class MdCardSmImage {}
7480

7581
/**
7682
* Image used in a card, needed to add the mat- CSS styling.
83+
* @docs-private
7784
*/
7885
@Directive({
7986
selector: '[md-card-md-image], [mat-card-md-image]',
@@ -85,6 +92,7 @@ export class MdCardMdImage {}
8592

8693
/**
8794
* Image used in a card, needed to add the mat- CSS styling.
95+
* @docs-private
8896
*/
8997
@Directive({
9098
selector: '[md-card-lg-image], [mat-card-lg-image]',
@@ -96,6 +104,7 @@ export class MdCardLgImage {}
96104

97105
/**
98106
* Image used in a card, needed to add the mat- CSS styling.
107+
* @docs-private
99108
*/
100109
@Directive({
101110
selector: '[md-card-image], [mat-card-image]',
@@ -107,6 +116,7 @@ export class MdCardImage {}
107116

108117
/**
109118
* Large image used in a card, needed to add the mat- CSS styling.
119+
* @docs-private
110120
*/
111121
@Directive({
112122
selector: '[md-card-xl-image], [mat-card-xl-image]',
@@ -118,6 +128,7 @@ export class MdCardXlImage {}
118128

119129
/**
120130
* Avatar image used in a card, needed to add the mat- CSS styling.
131+
* @docs-private
121132
*/
122133
@Directive({
123134
selector: '[md-card-avatar], [mat-card-avatar]',
@@ -156,6 +167,7 @@ export class MdCard {}
156167
/**
157168
* Component intended to be used within the `<md-card>` component. It adds styles for a
158169
* preset header section (i.e. a title, subtitle, and avatar layout).
170+
* @docs-private
159171
*/
160172
@Component({
161173
moduleId: module.id,
@@ -173,6 +185,7 @@ export class MdCardHeader {}
173185
/**
174186
* Component intended to be used within the <md-card> component. It adds styles for a preset
175187
* layout that groups an image with a title section.
188+
* @docs-private
176189
*/
177190
@Component({
178191
moduleId: module.id,

0 commit comments

Comments
 (0)