|
NAMEROBODoc - Extract documentation from source code.SYNOPSISrobodoc --src <source> --doc <destination> [options]DESCRIPTIONROBODoc extracts specially formated documentation from the source code. It allows you to maintain a program and its documentation in a single file.OPTIONS
EXAMPLESrobodoc --src ./ --doc myproject --singledoc --html Creates a document called myproject.html from all source files in the current directory. robodoc --src ./myproject/ --doc ./myprojectdoc --multidoc --html --index Creates seperate documents for all the source files found in the directory ./myproject they are stored in the directory ./myprojectdoc. A master index file called ./myprojectdoc/masterindex.html is also created. This provides links to all the individual files. COPYRIGHTCopyright © 1994-2008 Frans Slothouber, Petteri Kettunen, Gergely Budai and Jacco van Weert.This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. AUTHORSFrans Slothouber, Jacco van Weert, Petteri Kettunen, Bernd Koesling, Thomas Aglassinger, Anthon Pang, Stefan Kost, David Druffner, Sasha Vasko, Nathan Prewitt, Gergely Budai and Dennis Stampfer.SEE ALSOThe documentation in HTML format that comes with ROBODoc. Latest version can be found from http://www.xs4all.nl/~rfsber/Robo/ or from http://sourceforge.net/projects/robodoc/.robohdrs(1)
Visit the GSP FreeBSD Man Page Interface. |