(WIP) Generate field description rather than docstring#54
(WIP) Generate field description rather than docstring#54devxoul wants to merge 1 commit intojhnnsrs:mainfrom
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #54 +/- ##
==========================================
- Coverage 93.88% 93.88% -0.01%
==========================================
Files 56 56
Lines 3058 3056 -2
==========================================
- Hits 2871 2869 -2
Misses 187 187
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
Hi there thanks for the PR :) Tests seem to like it, however i think it would be great if this could be a bit more configurable, as some people (me for example might prefer the docstring over the description). What would you think about adding a Generator Config variable with |
|
@jhnnsrs that would be awesome. I think I can update the PR this month. |
This PR resolves #53
I couldn't find a related test case and I'm not sure whether this change could cause side effects.