ldoc icon indicating copy to clipboard operation
ldoc copied to clipboard

sidebar ordering is unstable

Open gvvaughan opened this issue 11 years ago • 2 comments
trafficstars

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.)

gvvaughan avatar Nov 28 '13 01:11 gvvaughan

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.

alerque avatar May 03 '23 09:05 alerque

c.f. #127 and #143.

alerque avatar May 03 '23 09:05 alerque