Update JS-DOC

pull/83/head
MillenniumEarl 2021-03-21 18:55:08 +01:00
parent 6a6827e39a
commit e211bb30e4
1 changed files with 7 additions and 0 deletions

View File

@ -494,6 +494,13 @@ function pairUp(elements: IPostElement[]): IPostElement[] {
return data; return data;
} }
/**
* Associate the relative values to a title.
* @param start Title index in the `elements` array
* @param index `start` index in `indexes`
* @param indexes List of titles indices in the `elements` array
* @param elements Array of elements to group
*/
function parseGroupData( function parseGroupData(
start: number, start: number,
index: number, index: number,