automd
automd copied to clipboard
Adds warning for missing function description in jsdocs generator
๐ Linked issue
#8
โ Type of change
- [ ] ๐ Documentation (updates to the documentation, readme, or JSdoc annotations)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [X] ๐ Enhancement (improving an existing functionality like performance)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Shows a warn when the function does not have a function. I didn't add a test, because I don't think it is necessary.
๐ Checklist
- [X] I have linked an issue or discussion.
- [ ] I have updated the documentation accordingly.