Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed duplication of "Default is ..." in documentation comments. (#236)
The function `addDefaultValueToDescription` was appending multiple "Default is ..." notes to the description upon repeated invocations. This issue has been resolved by updating the regular expression to remove all existing occurrences of "Default is ..." before appending the new default value note.
- Loading branch information