apidoc/apidoc-core

Little improvement of @apiGroup request

gigacoderr opened this issue · 1 comments

Hi!
During parsing @APIGroup, all non-latin symbols treating as 'special chars' and replacing with '_'. It is a bug, which obstacle.

Please, replace regular expression '/[^\w]/g' with '/[.*+?^${}()|[]\]/g' in 'apidoc-core/lib/workers/api_group.js' in function 'postProcess', line 83.

Big thanks, sorry for my English.

This has been added and will be part of the next release.