NiklasRosenstein / python-docspec

Docspec is a JSON object specification for representing API documentation of programming languages.
https://niklasrosenstein.github.io/python-docspec/
Other
15 stars 5 forks source link

Python parser should support identifying semantic hints #66

Open NiklasRosenstein opened 2 years ago

NiklasRosenstein commented 2 years ago

Is your feature request related to a problem? Please describe.

A while ago the docspec API introduced "semantic" hints on the Data, Function and Class structs. But the docspec-python parser does not yet make an effort to identify these semantics and attach them into the API representation.

Describe the solution you'd like

N/A

Describe alternatives you've considered

N/A