Takiyo0 / Kazagumo

A Shoukaku wrapper that have built-in queue system and other feature
MIT License
56 stars 38 forks source link

Docs parsing is not working well #25

Closed Jam-Manbo closed 10 months ago

Jam-Manbo commented 2 years ago

getLeastUsedNode() method is displaying its method name wrong. minor issue but it would be great if it gets fixed xD https://github.com/Takiyo0/Kazagumo/blob/7814983c4f0ef6a6740cfc906e49ebf98f8ba6bd/src/Kazagumo.ts#L246

Expected behavior it should display as getLeastUsedNode(): Node not get Least Used Node(): Node

Screenshots image

Jam-Manbo commented 2 years ago

since i dont know well about tsdoc, i am not sure if this is intended or not but maybe not ig. imma add some more bugged things

seems like some camelCase names are having problem

Takiyo0 commented 2 years ago

thanks for reporting the issue! I will review the issue and try to fix it after my final exam ends

Takiyo0 commented 10 months ago

done, from a long ago I guess