-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
area:toolingArea: tooling and CLIArea: tooling and CLIenhancementNew feature or requestNew feature or requestpriority:p3Priority P3 (low)Priority P3 (low)
Milestone
Description
Summary
extractDocstring only strips raw triple quotes without handling string prefixes. Docstrings like r"""...""" or f"""...""" are returned with prefixes/quotes intact, polluting generated docs.
Evidence
src/core/analyzer.tsextractDocstringonly checks for"""/'''/"/'.
Proposed fix
- Normalize optional string prefixes (
r,u,f,b, and combinations likerf) before stripping quotes. - Add tests for prefixed docstrings.
Acceptance criteria
- Prefixed docstrings are stripped cleanly and returned without prefixes or outer quotes.
Metadata
Metadata
Assignees
Labels
area:toolingArea: tooling and CLIArea: tooling and CLIenhancementNew feature or requestNew feature or requestpriority:p3Priority P3 (low)Priority P3 (low)