Using documentation for automatic code generation
Having started work on a project that had an undocumented API and no documentation or help, I quickly found myself using the existing code to manually create documentation. Once that process was complete, quickly used that same documentation to generate large parts of the API for the project (almost 50%).
By writing just the glue logic and having API code generated from the documentation, adding and changing the interface required only a recompilation of the source to recreate the API.
Keywords: documentation, python, c
|
Cameron Blackwood
Researcher, Department of Computer Science and Software Engineering, |
Ref: OS5P0023


