Motivation
I am using require-jsdoc to mark an error if a function is missing a comment.

Current behavior
When running the autofix, it will add an empty comment which is still no considered to be valid.

Desired behavior
When running the autofix, it should insert a configurable default comment, which fixes the error entirely, by defining a default text. This also helps to find the undocumented functions later in the IDE search.
