sassdoc icon indicating copy to clipboard operation
sassdoc copied to clipboard

fix(annotation): fix default annotation in prop and param

Open ptu14 opened this issue 2 years ago • 0 comments
trafficstars

now default can include brackets inside. For example CSS attribute selector [[attribute]] or string ["[attribute]"]

bug description:

this input

/// @param {Selector} $self-pointer ["[dir=rtl]"] - test

generate such output: image

This is regression #305

ptu14 avatar Jan 11 '23 16:01 ptu14