f-f / gogolica

Auto-generated Google APIs for Clojure
Eclipse Public License 1.0
2 stars 0 forks source link

Include parameters type and documentation in method docstring #19

Open f-f opened 6 years ago

f-f commented 6 years ago

The parameters list for every method has some information about the type and the meaning of every parameter. While the actual typechecking of the params should be covered in #10, here we should include both the type and documentation of the params in the method docstring.