File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const createParser = () => {
41
41
* with numerous transformations into API doc Metadata entries.
42
42
*
43
43
* This transformer iterates on several sort of AST Nodes and applies transformations
44
- * and then grabs a subtree of Nodes (groupped by a Heading Node) and then stringifies them into a VFile
44
+ * and then grabs a subtree of Nodes (grouped by a Heading Node) and then stringifies them into a VFile
45
45
* and finally creates a Metadata entry for the given section.
46
46
*
47
47
* @type {import('unified').Plugin<[{
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ export const transformNodesToString = nodes => {
38
38
* based on test conditions related to a Node's position relative to another one
39
39
* being before or not the other Node
40
40
*
41
+ * NOTE: Not yet used, but probably going to be used by the JSON generator.
42
+ *
41
43
* @param {import('unist').Node | undefined } nodeA The Node to be used as a position reference to check against
42
44
* the other Node. If the other Node is before this one, the callback will be called.
43
45
* @param {import('unist').Node | undefined } nodeB The Node to be checked against the position of the first Node
You can’t perform that action at this time.
0 commit comments