Adam Litke has uploaded a new change for review. Change subject: vdsm_api: Add schema and html doc generator ......................................................................
vdsm_api: Add schema and html doc generator This patch adds a schema file to a new directory 'vdsm_api'. The schema is intended to be a machine-readable specification of the current vdsm API. From this schema we should be able generate API documentation and a client library (libvdsm) that other projects can use to write against the defined API. At this point, the schema file probably contains some errors and needs a solid review from this community. Please send patches to gerrit that correct documentation and data errors in the schema. Meanwhile, I will begin to write a gObject code generator. Change-Id: I703703ba212b7560d1054f32a86ad083ee88c6c8 Signed-off-by: Adam Litke <[email protected]> --- A vdsm_api/ordereddict.py A vdsm_api/process-schema.py A vdsm_api/vdsmapi-schema.json A vdsm_api/vdsmapi.py 4 files changed, 6,110 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/43/6343/1 -- To view, visit http://gerrit.ovirt.org/6343 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I703703ba212b7560d1054f32a86ad083ee88c6c8 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
