ROBODoc: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Petréa Mitchell
m (→‎External links: Not live, practically all the remaining content is still from Wikipedia)
imported>Subpagination Bot
m (Add {{subpages}} and remove any categories (details))
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.  


Line 5: Line 7:
== External links ==
== External links ==
*[http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc Homepage]
*[http://www.xs4all.nl/~rfsber/Robo/robodoc.html ROBODoc Homepage]
[[Category:Computers Workgroup]]

Revision as of 11:28, 14 November 2007

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.

External links