From: Thierry Parmentelat Date: Thu, 23 Feb 2012 10:25:28 +0000 (+0100) Subject: make sure the methods get sorted in the xml doc output X-Git-Tag: plcapi-5.0-37~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bf818ac5ec9a31037ac496370281361e1b56ed01;hp=bc74d34fb3b3203c90072f7787713e75cdc38f22;p=plcapi.git make sure the methods get sorted in the xml doc output --- diff --git a/doc/DocBookLocal.py b/doc/DocBookLocal.py index 1290610..75f30d7 100755 --- a/doc/DocBookLocal.py +++ b/doc/DocBookLocal.py @@ -7,6 +7,7 @@ import sys api = PLCAPI(None) methods = api.all_methods +methods.sort() good_apis = [] bad_apis = [] for method in methods: