EOSIO / eosjs2

Library to talk to the eos api
MIT License
29 stars 21 forks source link

Typedoc #35

Closed tbfleming closed 6 years ago

tbfleming commented 6 years ago

@dskvr is there a more compact syntax or a way to put these in a separate file? I find the code a lot harder to see; it's drowned out by comments.

tbfleming commented 6 years ago

e.g. I can't quickly see the members of a type anymore or the list of RPC wrapper functions, which used to take just 1 line each.

dskvr commented 6 years ago

I'll PR typedoc with some modifications that may alleviate strain with lost screen real estate.

dskvr commented 6 years ago

I was originally going to remove some comments so you had more breathing room, but comments I initially identified as unnecessary were actually necessary. Still looking into a solution.

tbfleming commented 6 years ago

@dskvr I found a way to reduce the impact. Pushed to this branch, but it looks like GH is having issues today; it hasn't shown up here yet.