This HTML5 document contains 1 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
dbpediahttp://dbpedia.org/resource/
Subject Item
dbpedia:Documentation_generator
rdfs:comment
A documentation generator is a programming tool that generates software 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 divided 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.In particular, some integrated development environmentsprovide interactive access to documentation, code metadata, etc.