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
Not for the initial release. There's some work to get them all listed. Once thing is that many of the constants are defined with C macros in our code - so we need to make YARD pick them up.
Then there is the issue of how they are formatted. YARD seem to want a description per constant. In many cases that's redundant as it makes more sense to describe them in groups.
I wanted to bring back the class grouping which the existing docs have. Looked into adding custom pages - though deferring until we got the foundation in order.
You're probably aware, YARD will doc constants on a class / module level, but in the previous API doc's many are doc'd in methods.
I wanted to bring back the class grouping which the existing docs have. Looked into adding custom pages - though deferring until we got the foundation in order.
I assume you're referring to the left side tree / menu, like in --
Will they be added?
One could probably could add another 'list' to the list groups ( Classes | Methods | Constants | Files )...
I don't know if you've got them removed from the YARD output in the templates or in the registry...
The text was updated successfully, but these errors were encountered: