41a055cf83
This function was iterating over a table with pairs() to generate output (the sample theme file). Since pairs() does not guarantee any iteration order, this lead to a different order each time this file was generated. This is, for example, visible in the diffs in the generate api documentation repository. Fix this by using a self-made iteration function which behaves like pairs(), but guarantees an iteration order sorted by keys. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
aliases | ||
common | ||
images | ||
00-authors.md | ||
01-readme.md | ||
02-contributing.md | ||
03-declarative-layout.md | ||
04-new-widgets.md | ||
05-awesomerc.md.lua | ||
06-appearance.md.lua | ||
16-using-cairo.md | ||
90-FAQ.md | ||
config.ld | ||
doing_a_release.md | ||
load_ldoc.cmake | ||
widget_lists.cmake |