Closed
Bug 458791
Opened 17 years ago
Closed 13 years ago
Get doc-comments with a real preprocessor instead of regexp
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: benjamin, Unassigned)
References
Details
Currently I'm slurping doc-comments by reading the original header specified in the .loc of a method, looking backwards for the previous semicolon or closing-brace, and then using a regex. This method is surprisingly effective, but it misses doc-comments that have a semicolon or closing brace within them.
Taras says that using libraries such as MCPP or libcpp, we may be able to get the last comment before a location in a file precisely. Filing this for future investigation.
Comment 1•13 years ago
|
||
Dehydra and treehydra are no longer maintained by Mozilla.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•4 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•