Jump to content

Documentation generator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Thedaydreamer1 (talk | contribs) at 08:40, 23 July 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A documentation generator is a programming tool that generates documentation intended for programmers (API documentation) or end users (End-user Guide), or both, from a set of specially commented source code files, and in some cases, binary files.

Document generation can be devided in several type of documents:

Batch documents (all automated documents) Interactive documents (documents that can not be produced automatically) Text block correspondence (documents created based on pre defined text blocks) Forms (forms for websites)

You can place every type of document you come across in one of these categories. A lot of software solutions are offered on the internet that can automate these processes.

See also