Skip to content

Commit 068d48d

Browse files
committed
jsdoc: . move comment to jsdoc section
1 parent ade886e commit 068d48d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Layout/TaskLayoutOptions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/**
22
* {@link Task} fields used for rendering.
3+
*
4+
* The order here determines the order that task fields are rendered and written to markdown.
35
*/
46
export enum TaskLayoutComponent {
57
// NEW_TASK_FIELD_EDIT_REQUIRED
@@ -17,7 +19,6 @@ export enum TaskLayoutComponent {
1719
BlockLink = 'blockLink',
1820
}
1921

20-
// The order here determines the order that task fields are rendered and written to markdown.
2122
export const taskLayoutComponents = Object.values(TaskLayoutComponent);
2223

2324
/**

0 commit comments

Comments
 (0)