Skip to content

Commit 1f6850b

Browse files
committed
jsdoc: Add links to related functions
1 parent 05aed75 commit 1f6850b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Layout/QueryLayoutOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class QueryLayoutOptions {
2020
* @param option - must already have been lower-cased
2121
* @param hide - whether the option should be hidden
2222
* @return True if the option was recognised, and false otherwise
23+
* @see parseTaskShowHideOptions
2324
*/
2425
export function parseQueryShowHideOptions(queryLayoutOptions: QueryLayoutOptions, option: string, hide: boolean) {
2526
if (option.startsWith('tree')) {

src/Layout/TaskLayoutOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export class TaskLayoutOptions {
100100
* @param option - must already have been lower-cased
101101
* @param visible - whether the option should be shown
102102
* @return True if the option was recognised, and false otherwise
103+
* @see parseQueryShowHideOptions
103104
*/
104105
export function parseTaskShowHideOptions(taskLayoutOptions: TaskLayoutOptions, option: string, visible: boolean) {
105106
if (option.startsWith('priority')) {

0 commit comments

Comments
 (0)