aboutcode-org / scancode-toolkit

:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase, the Google Summer of Code, Azure credits, nexB and others generous sponsors!
https://github.com/aboutcode-org/scancode-toolkit/releases/
2.07k stars 536 forks source link

Collect Jsdoc, Javadoc, phpdoc, @ tags #606

Open pombredanne opened 7 years ago

pombredanne commented 7 years ago

For instance: PHP:

JS:

Java:

C/C++:

AS:

Python

Other:

techytushar commented 6 years ago

@pombredanne hey, i would like to work on this. Can you please explain what all is required?

pombredanne commented 6 years ago

@techytushar great! So the first thing is that it is likely a new "scanner" using the new plugins arch in #885 Then this should find detect and normalize each tag (likely with a bunch of regex, possibly with Pygments) and report them in the scan. I guess the name could be doc-tags or something TBD