Jump to content

API documentation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gennaro Prota (talk | contribs) at 04:20, 11 December 2006 (nominated for deletion: see Wikipedia:Articles for deletion/API documentation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

API documentation is a term used in computer programming. It describes the Application programming interface of a programming project, so that other programmers can continue developing in the project, or develop other software that make use of the projects API, without having to study the code itself.

API documentation is commonly published in electronic document formats such as HTML, PostScript or RTF. Many IDEs also have API Documentation as part of their help system.

There are several tools designed to automatically generate API documentation from source code. These typically make use of some special type of code comments to generate the documentation.

See also