ldoc
ldoc copied to clipboard
sidebar ordering is unstable
With recent updates, I explicitly list @classmod files in topological order, and that is correctly reflected in generated index.html (with std.object base object first):
http://rrthomas.github.io/lua-stdlib/
Also, pages in modules/*.html are ordered correctly:
http://rrthomas.github.io/lua-stdlib/modules/std.debug.html
But, pages in the classes/*.html set, are still alphabetized:
http://rrthomas.github.io/lua-stdlib/classes/std.object.html
(Note std.object is no longer at the top.)
This is evidently still an issue. The Git HEAD for lua-stdlib has changed up completely, but regenerating docs for the release-v41.2.2 tag still shows the same inconsistent sorting mentioned here.
Contributions welcome. I don't have a lot of time to develop this myself but am trying to keep up with facilitating PRs.
c.f. #127 and #143.