ROBODoc: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Meg Taylor
(move links to subgroup)
mNo edit summary
Line 1: Line 1:
{{subpages}}
{{subpages}}
'''ROBODoc''' is a documentation tool used to extract [[application programming interface|API]] documentation from [[source code]]. It can be used with any language that supports remarks and works by extracting specially formated headers. These are then reformatted into [[HTML]], [[DocBook]], [[Troff|TROFF]], [[ASCII]], [[LaTeX]], [[Portable Document Format|PDF]], or [[Rich Text Format|RTF]]. ROBODoc is similar to [[javadoc]] and licensed under a GPL license.  
'''ROBODoc''' is a documentation tool for [[software]] used to extract [[application programming interface|API]] documentation from [[source code]]. It can be used with any language that supports remarks and works by extracting specially formated headers. These are then reformatted into [[HTML]], [[DocBook]], [[Troff|TROFF]], [[ASCII]], [[LaTeX]], [[Portable Document Format|PDF]], or [[Rich Text Format|RTF]]. ROBODoc is similar to [[javadoc]] and licensed under a GPL license.  


The first version of [[ROBODoc]] was written by Jacco van Weert in 1995. The of ROBODoc was inspired by the Autodocs program that was available on the [[Amiga]]. Autodocs produced [[ASCII]] output only. van Weert created a version that created output in [[Amigaguide]] format. This made it possible to create hyperlinks between the various documentation parts.
The first version of [[ROBODoc]] was written by Jacco van Weert in 1995. The of ROBODoc was inspired by the Autodocs program that was available on the [[Amiga]]. Autodocs produced [[ASCII]] output only. van Weert created a version that created output in [[Amigaguide]] format. This made it possible to create hyperlinks between the various documentation parts.

Revision as of 12:47, 27 September 2024

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

ROBODoc is a documentation tool for software used to extract API documentation from source code. It can be used with any language that supports remarks and works by extracting specially formated headers. These are then reformatted into HTML, DocBook, TROFF, ASCII, LaTeX, PDF, or RTF. ROBODoc is similar to javadoc and licensed under a GPL license.

The first version of ROBODoc was written by Jacco van Weert in 1995. The of ROBODoc was inspired by the Autodocs program that was available on the Amiga. Autodocs produced ASCII output only. van Weert created a version that created output in Amigaguide format. This made it possible to create hyperlinks between the various documentation parts.