Skip to content

Commit fdcc8ee

Browse files
committed
Remove file-overview inline docs
1 parent 7dcc702 commit fdcc8ee

File tree

9 files changed

+0
-74
lines changed

9 files changed

+0
-74
lines changed

index.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Assert `hast` nodes.
7-
*/
8-
91
'use strict';
102

113
/* Dependencies. */

test/children.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

113
/* eslint-env node */

test/comment.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

113
/* eslint-env node */

test/doctype.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

113
/* eslint-env node */

test/element.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

113
/* eslint-env node */

test/index.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

113
/* eslint-env node */

test/node.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

113
/* eslint-env node */

test/root.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

113
/* eslint-env node */

test/text.js

-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
/**
2-
* @author Titus Wormer
3-
* @copyright 2016 Titus Wormer
4-
* @license MIT
5-
* @module hast-util-assert
6-
* @fileoverview Test suite for `hast-util-assert`.
7-
*/
8-
91
'use strict';
102

11-
/* eslint-env node */
12-
133
/* Dependencies. */
144
var test = require('tape');
155
var assert = require('..');

0 commit comments

Comments
 (0)