瀏覽代碼

bitbake/bin/bitdoc:
-Sort the groups (I had not expected to still see this on my disk)

Holger Hans Peter Freyther 19 年之前
父節點
當前提交
31c1e744ea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      bin/bitdoc

+ 1 - 0
bin/bitdoc

@@ -369,6 +369,7 @@ class Documentation:
             if not group in self.__groups:
                 self.__groups[group] = []
             self.__groups[group].append(item)
+            self.__groups[group].sort()
 
 
     def doc_item(self, key):