ccxt icon indicating copy to clipboard operation
ccxt copied to clipboard

Class docstrings

Open samgermain opened this issue 2 years ago • 3 comments

JS class docstrings are transpiled from this

/**
 * @class
 * @name aax
 * @description exchange class for aax api
 */

into python

"""
exchange class for aax api
"""

and PHP

/**
 * exchange class for aax api
 */

samgermain avatar Jun 15 '22 04:06 samgermain

@samgermain thx, will get to it shortly!

kroitor avatar Jun 15 '22 05:06 kroitor

@carlosmiei Can you take a look at this? I have some other PRs that are dependant on these changes

samgermain avatar Aug 10 '22 00:08 samgermain

@kroitor @frosty00 @carlosmiei

Could this PR get merged? I need it to finish up exchange specific documentation. Also with the amount of files edited, there's a higher chance of merge conflicts coming up, and if merge conflicts start showing up in transpile.js I'm going to have a really difficult time resolving them because the last time I worked on this was a long time ago

samgermain avatar Sep 07 '22 01:09 samgermain

reopened in #18064

samgermain avatar May 29 '23 20:05 samgermain