FuseDocs (programming): Difference between revisions

Content deleted Content added
tag as one source
 
(7 intermediate revisions by 4 users not shown)
Line 1:
{{Wikifyone source |date=AugustMarch 20102024}}
'''FuseDocFuseDocs''' is a program definition language created by Hal Helms in the late 1990s.
 
In its original form, FusedocFuseDocs used a proprietary [[vocabulary]] to define the responsibilities, properties, and I/O of code module in the [[ColdFusion]] programming language. In its second form (2.0), FusedocFuseDocs uses an [[XML]] [[vocabulary]]. In essence, FuseDocFuseDocs forms a sort of work order, telling the [[programmer]] everything needed to write the module, and nothing more. A Fusebox architect is responsible for creating the FuseDocs for an application. A DTD for FuseDocs is available at fusebox.org.<ref>{{cite [web|url=http://www.fusebox.org]|title=fusebox official website|access-date=2019-12-22|archive-url=https://web.archive.org/web/20080711190220/http://www.fusebox.org/|archive-date=2008-07-11|url-status=dead}}</ref>
'''FuseDoc''' is a program definition language created by Hal Helms in the late 1990s.
 
Although FuseDocFuseDocs 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]].
In its original form, Fusedoc used a proprietary vocabulary to define the responsibilities, properties, and I/O of code module in the ColdFusion programming language. In its second form (2.0), Fusedoc uses an [[XML]] vocabulary. In essence, FuseDoc forms a sort of work order, telling the programmer everything needed to write the module, and nothing more. 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.
==References==
{{Reflist|colwidth=30em}}
 
[[Category:CFML programming language]]
[[Category:Programming languages]]
[[Category:XML]]