You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how method documentations are written/generated, but the Swift parameters are camelCased while the documentation parameters are underline_separated, which makes the documentation not show up in xCode.
Here's an example:
The text was updated successfully, but these errors were encountered:
Ok this is a bug in generator from last update where we changed parameters and method naming to camelCase as per Swift naming standard, we are in the process of rewriting the library completely so we can’t fix it right now, do you agree @zmeyc?
@cipi1965 We were generating docs from TG docs, but since we switched to schema it's impossible to sync docs now. So we can only document a few of our own methods... Best we can do is to link to original TG methods if they have anchors.
I'm not sure how method documentations are written/generated, but the Swift parameters are camelCased while the documentation parameters are underline_separated, which makes the documentation not show up in xCode.
Here's an example:


The text was updated successfully, but these errors were encountered: