Feat: Addded support for more robust parsing#4
Conversation
…pes in JSDoc parser
…ure and parameter matching
PR Review 🔍
|
PR Code Suggestions ✨
|
…pes in JSDoc parser
…ure and parameter matching
PR Review 🔍
|
PR Code Suggestions ✨
|
Description
@descriptiontag to concatenate descriptions correctly.Changes walkthrough 📝
parser.py
Enhance JSDoc Parser with Nested Parameter Supportjsdoc_parser/parser.py
_extract_type_from_bracesfor handling nestedbraces in JSDoc.
values, and improved regex patterns.
@descriptiontag to append to the descriptionfield.
more complex scenarios.
test_parser_comprehensive.py
Comprehensive Tests for JSDoc Parser Functionalitytests/test_parser_comprehensive.py
special cases.