@@ -29,6 +29,7 @@ export class MdList {}
2929
3030/**
3131 * Directive whose purpose is to add the mat- CSS styling to this selector.
32+ * @docs -private
3233 */
3334@Directive ( {
3435 selector : 'md-list, mat-list' ,
@@ -40,6 +41,7 @@ export class MdListCssMatStyler {}
4041
4142/**
4243 * Directive whose purpose is to add the mat- CSS styling to this selector.
44+ * @docs -private
4345 */
4446@Directive ( {
4547 selector : 'md-nav-list, mat-nav-list' ,
@@ -51,6 +53,7 @@ export class MdNavListCssMatStyler {}
5153
5254/**
5355 * Directive whose purpose is to add the mat- CSS styling to this selector.
56+ * @docs -private
5457 */
5558@Directive ( {
5659 selector : 'md-divider, mat-divider' ,
@@ -60,7 +63,10 @@ export class MdNavListCssMatStyler {}
6063} )
6164export class MdDividerCssMatStyler { }
6265
63- /* Need directive for a ContentChild query in list-item */
66+ /**
67+ * Directive whose purpose is to add the mat- CSS styling to this selector.
68+ * @docs -private
69+ */
6470@Directive ( {
6571 selector : '[md-list-avatar], [mat-list-avatar]' ,
6672 host : {
@@ -69,7 +75,10 @@ export class MdDividerCssMatStyler {}
6975} )
7076export class MdListAvatarCssMatStyler { }
7177
72- /* Need directive to add mat- CSS styling */
78+ /**
79+ * Directive whose purpose is to add the mat- CSS styling to this selector.
80+ * @docs -private
81+ */
7382@Directive ( {
7483 selector : '[md-list-icon], [mat-list-icon]' ,
7584 host : {
@@ -80,6 +89,7 @@ export class MdListIconCssMatStyler {}
8089
8190/**
8291 * Directive whose purpose is to add the mat- CSS styling to this selector.
92+ * @docs -private
8393 */
8494@Directive ( {
8595 selector : '[md-subheader], [mat-subheader]' ,
0 commit comments