Skip to content

Commit 9abc135

Browse files
committed
jsdoc: Update docs for createGrouper()
1 parent fcf13a9 commit 9abc135

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Query/Filter/Field.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,7 @@ export abstract class Field {
357357

358358
/**
359359
* Create a {@link Grouper} object for grouping tasks by this field's value.
360-
*
361-
* For now, parsing of `group by` lines is currently done in {@link FilterParser.parseGrouper()}.
362-
* Later, this will probably be moved to the {@link Field} classes.
360+
* @param reverse - false for normal group order, true for reverse group order.
363361
*/
364362
public createGrouper(reverse: boolean): Grouper {
365363
return new Grouper(this.fieldNameSingular(), this.grouper(), reverse);

0 commit comments

Comments
 (0)