ROBODoc: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard Arvi Hughes
imported>Meg Taylor
(move links to subgroup)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{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 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.
== External links ==
*[http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc Homepage]
[[Category:Free documentation generators]]
[[Category: CZ Live]]
[[Category:Computers Workgroup]]

Latest revision as of 04:34, 14 September 2013

This article is basically copied from an external source and has not been approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.
The content on this page originated on Wikipedia and is yet to be significantly improved. Contributors are invited to replace and add material to make this an original article.

ROBODoc is a documentation tool 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.