There is no way to use the same format everywhere. **if `{Type}`** Then `@type {String}` renders `<{String}>` instead of `<String>` **if `Type`** Then `@param String param1 description` doesn't render as it fails matching the regexp that expects a curly braces **Suggestion** Support both at first so new docs can be written consistently without breaking current doc
There is no way to use the same format everywhere.
if
{Type}Then
@type {String}renders<{String}>instead of<String>if
TypeThen
@param String param1 descriptiondoesn't render as it fails matching the regexp that expects a curly bracesSuggestion
Support both at first so new docs can be written consistently without breaking current doc