Parameter Handling: Enjoy enhanced parameter handling with support for array-style type declarations, allowing you to use both {Array.<MyClass>} and {MyClass[]} interchangeably.
Parameter Tags: Now you can use @param tags without specifying a type, making your documentation more flexible and user-friendly.
Default Parameter Values: You can now specify default values for parameters using the new syntax, enhancing the clarity of your function definitions.
Improvements
Parameter Description Formatting: The formatting of parameter descriptions is improved by stripping away unnecessary hyphens, making your documentation cleaner and more readable.
Others
Copyright Update: We have updated the copyright notice to include @dtao, ensuring proper attribution.