Commit 326d93b
committed
generate-docs: stable order
an ordering was dependent on set of dictionary keys
from yaml parsing of a dictionary.
We want a stable ordering and that is a lot of
implementation detail to base that stable ordering
feature on, so sort to make it clear in the code
that we have a stable order.
Signed-off-by: Øyvind Harboe <[email protected]>1 parent 0b6de66 commit 326d93b
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments