Natural Docs Jan 12, 2008 (Development branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Natural Docs Jan 12, 2008 (Development branch)
# 1  
Old 01-13-2008
Natural Docs Jan 12, 2008 (Development branch)

Natural Docs is an extensible, multi-language, source code documentation generator written in Perl. Its syntax is transparent so the source comments read just as easily as the generated documentation. It also focuses on automation and high-quality HTML output. License: GNU General Public License (GPL) Changes:
This is the second release candidate for Natural Docs 1.4. Support was added for nullable types in C# and the Small and Roman styles were recreated. Otherwise, just minor bugs were fixed in preparation for a stable release.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How do i compare two dates with format Jan 01, 2012 and Jan 00 2012

I need to be able to compare dates in the format of Jan 10, 2012 and Jan 10 2012. (Notice one has a comma). Then I need to find the date that is 7 days before those dates if they are equal. How can I do this in Bash. Thank ahead (4 Replies)
Discussion started by: ojthejuice
4 Replies
Login or Register to Ask a Question
Gambas(1)																 Gambas(1)

NAME
gambas - Integrated Development Environment. SYNOPSIS
gambas [<project file or project directory>] DESCRIPTION
Gambas is, before all, a Basic language with object extensions. A program written with Gambas is a set of files. Each file describes a class, in terms of object programming. The class files are compiled, then executed by an interpreter. From this point of view, it is very inspired by Java. Gambas is made up of the following programs: * A compiler. * An interpreter. * An archiver. * A graphical user interface component. * A development environment. The development environment is written with Gambas itself, so that I can show the abilities of the language. And it is very useful for debugging! gambas starts the Integrated Development Environment. AVAILABILITY
Updated source code and most documentation about gambas can be found at http://gambas.sf.net, documentation about the language is at http://www.binara.com/gambas-wiki, documentation in the spanish language is at http://gambas.gnulinex.org. REPORTING BUGS
Report bugs to <gambas@users.sourceforge.net>. COPYRIGHT
Copyright(C) 2002, 2012 Benoit Minisini <gambas@users.sourceforge.net; This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Ubuntu March 2012 Gambas(1)