-
-
Notifications
You must be signed in to change notification settings - Fork 15
JSDoc Comments #213
Copy link
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Task.
🎯 Goal / Objective
A clear and concise description of what this task aims to achieve. Why is this task important?
Many symbols (functions, classes) in
templates/jsdo not have fully JSDoc-compliant comments, or no documentation comments at all. This makes it difficult to onboard new developers to the project and get people familiar with the project structure. Some documentation comments have a function description but do not have parameters or return values documented.✅ Tasks to be Completed
A checklist of the specific, actionable steps required to complete this issue. This helps track progress.
templates/jsand ensure it has a fully JSDoc-compliant documentation comment.Acceptance Criteria
A checklist of conditions that must be met for this task to be considered complete. How will we verify that it's done correctly?
@paramand@returnstags are required. Others may be added if deemed appropriate and not too tedious to add, nor too distracting in reading through the file.Additional Context
Add any other context, notes, screenshots, or links that might be helpful for completing this task.