cljs / api

ClojureScript API parser
http://cljs.github.io/api/
MIT License
193 stars 23 forks source link

Align var-names in docs with displayed method signature #184

Closed grav closed 2 years ago

grav commented 4 years ago

This aligns the variable names in Details with the displayed method signature.


I guess the method signature always use variable names from the code, so still brittle. But since the order of arguments always confuses me for this particular function, I thought I'd update the docs.

shaunlebron commented 2 years ago

Thank you! đź‘Ť Fixed in #181

shaunlebron commented 2 years ago

Published âś“

So sorry for the delay. Not sure why I wasn’t getting these notifications, but I’ll be watching them now.