jscs-dev / jscs-jsdoc

JsDoc validation rules for jscs
MIT License
99 stars 35 forks source link

Fix trailing non-word characters before period not matching #130

Closed wooorm closed 9 years ago

wooorm commented 9 years ago
/**
 * (Description).
 */
function method() {}

...was previously seens as having no final perdiod. This fixes that behavior.

Closes GH-123.

qfox commented 9 years ago

Thanks! ;-) LGTM

wooorm commented 9 years ago

Cool! :+1: