FuseDocs (programming): Difference between revisions

Content deleted Content added
mNo edit summary
 
No edit summary
Line 1:
'''FuseDoc''' is a program definition language created by [[Hal Helms]] in the late 1990s.
'''FuseDocs''' is a program definition language that sits atop every code file (''i.e.'' "fuse") in a [[Fusebox]] application. Written in [[XML]], the FuseDoc forms a sort of work order, telling the programmer the responsibilities of the fuse as well as its inputs and outputs. A Fusebox architect is responsible for creating the FuseDocs for an application. A DTD for FuseDocs is available at fusebox.org [http://www.fusebox.org].
 
'''FuseDocs'''In isits original form, Fusedoc used a programproprietary definitionvocabulary languageto thatdefine sitsthe atopresponsibilities, everyproperties, and I/O of code filemodule (''iin the ColdFusion programming language.e.'' "fuse") inIn aits [[Fusebox]]second applicationform (2.0), WrittenFusedoc inuses an [[XML]], thevocabulary. In essence, FuseDoc forms a sort of work order, telling the programmer theeverything responsibilitiesneeded ofto write the fusemodule, asand well as its inputs andnothing outputsmore. A Fusebox architect is responsible for creating the FuseDocs for an application. A DTD for FuseDocs is available at fusebox.org [http://www.fusebox.org].
 
Although FuseDoc was so named because of its creation within the Fusebox community, it is also used by developers who do not employ Fusebox as an application framework.