Dan Kenigsberg has submitted this change and it was merged. 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/process-schema.py A vdsm_api/vdsmapi-schema.json A vdsm_api/vdsmapi.py 3 files changed, 5,998 insertions(+), 0 deletions(-) Approvals: Adam Litke: Verified Saggi Mizrahi: Looks good to me, approved Dan Kenigsberg: -- To view, visit http://gerrit.ovirt.org/6343 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I703703ba212b7560d1054f32a86ad083ee88c6c8 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ryan Harper <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
