About site: Programming/Development Tools/Documentation - Natural Docs
Return to Computers also Computers
  About site: http://www.naturaldocs.org/

Title: Programming/Development Tools/Documentation - Natural Docs A documentation program that generates HTML from documented C++, Java, and Perl. Focuses on a transparent syntax that keeps the comments in the source code readable. [Open source]
PCB_West The PCB Design Conferences provide instruction for PCB design professionals and offer solutions for design issues. PCB West was held this year March 18-22, 2002, at the Santa Clara Convention Center.

BTTV_page BTTV - A Linux driver for Bt848 based frame grabbers

Process_Orchestration_Platform J2EE based Business Process Management Framework with rule externalisation that allows business analyst's to make changes to applications.

OpenFPGA Non-profit worldwide consortium of organizations fostering and accelerating use of reconfigurable computing for supercomputing and business tasks; working groups, technology discussions, mail lists; c

RFC_2850 Charter of the Internet Architecture Board (IAB). Internet Architecture Board, B. Carpenter, Ed. May 2000.

MadMax_Multimedia Specializes in site design, Flash, hosting, marketing and consulting. Located in Vancouver, British Columbia, Canada.


  Alexa statistic for http://www.naturaldocs.org/





Get your Google PageRank






Please visit: http://www.naturaldocs.org/


  Related sites for http://www.naturaldocs.org/
    Global_Communications_Network Free chat program featuring voice rooms, secure messaging, video conferencing, web browsing, whiteboards and games.
    Birchmore_Communications_Group_ Orlando and Central Florida website hosting, Internet design and e-commerce.
    Thinking_XML__The_open_office_file_format Article introducing the document formats of the OpenOffice.org suite and explaining their advantages.
    Multiparadigm_Parallel_Programming_Environments Text and diagrams on two main parallel programming paradigms (data parallel, explicit message passing), and sequential multiparadigm programming with corresponding parallel versions.
    DuroByte_Inc Specialize in industrial sector office and plant automation applications and capable of managing software projects from design, development, installation, and maintenance
    Imperial_College_(U__London)_Distributed_Software_Engineering_Group Research focus includes software development process and support for real-time distributed systems.
    Edwards,_Dean JavaScript code, examples and discussion from the creator of IE7, cssQuery, Packer and more.
    SearchEngines_com Offers tips and techniques on a variety of submission techniques.
    Channel_Business_On-line Online news magazine for system integrators, resellers, and consultants.
    CC_Mode The development homepage of the Mode for editing C/C++ and other languages with similar syntax.
    BatteryMonitor,_EcoHack,_and_Voltage_Control_Hack BatteryMonitor shows battery power consumption and life expectancy. EcoHack saves 30-40% of your battery by lowering the PalmPilot system clock speed to 10 MHz from 16 MHz. Switchable between normal a
    Michigan_Informix_Users_Group Non-profit organization that was developed to meet the needs of the Michigan Informix Community. We meet bi-monthly (every odd-numbered month) in the metro Detroit area.
    DH-MLM Set of scripts to assist the construction of pyramid and multi-level marketing scheme websites. By DH Softwares.
    RFC_0379 Using TSO at CCN. R.T. Braden. August 1972.
    Velociter_Technologies Pocket PC software application designed to provide complete enterprise data to mobile sales organizations and businesses. Provides a cost-effective solution that allows mobile staff to take customers
    e-PageStudio Offering web and graphics design, panaroma photography, and virtual tour creation for individuals, businesses, and organizations. Located in Nacogdoches, Texas, United States.
    Web_Builders_Internet_Services,_Inc_ Specializing in e-commerce, on-line ordering, secure (SSL) transactions, and credit card processing. Other features include database integration, on-line catalog systems, and assistance with merchant
    HBfx_Studio Site development, flash, content management systems, and database solutions. Located in Romania.
    Planetlinks_com Website development, e-commerce, multimedia, and video solutions. Located in Tucson, Arizona.
    Juniper Server-side implementation project of the JNLP protocol.
This is websites2007.org cache of m/ as retrieved on 2008.09.07 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
Natural DocsNatural DocsAboutAbout Natural DocsFeaturesLanguage SupportOutput FormatsDownloadDevelopmentMake a DonationUsingDocumentingYour CodeKeywordsRunningTroubleshootingCustomizingOrganizing the MenuCSS StylesTopics and KeywordsLanguages, Indexes,and PrototypesSource DocumentationCommunityUsers withOnline DocumentationMailing ListsMessage BoardsBugs andFeature RequestsPNGGIF("images/fadetowhite", 75, 16, "", "");Supports 19 LanguagesNatural Docs is an open-source documentation generator for multiple programming languages.  You document your code in a natural syntax that reads like plain English.  Natural Docs then scans your code and builds high-quality HTML documentation from it.Current Version1.4Natural Docs is stable and ready to be used in real world projects.  Make sure to check the level of support your language has to see if Natural Docs will document all of your code automatically or just what you write for it.DownloadNewsGet notified of new releases via e-mail  ·  Subscribe to the news feedNatural Docs 1.4 releasedMay 8th, 2008Natural Docs 1.4 is finally, finally here.  There are no surprises if you’ve been following the development releases, but let’s go through the big new features for those who haven’t.First we have search support.  If you look at the documentation there’s an inconspicuous little search entry at the bottom of the menu.  If you start typing in there it will pull up results from the index as you type.  What’s nice about it is that it’s all done in DHTML so there’s no special software to install.  You can just upload your output directory to a web server or open it from your hard drive and it will work.  Also, you don’t have to do anything at all to add it to your documentation.  Just run the new version of Natural Docs and it will appear.Next is Javadoc compatibility.  If you have full language support, Natural Docs will be able to read any existing Javadoc comments you’ve written and incorporate them into the output.  The conversion can sometimes be imperfect but it’s better than rewriting them all by hand.  As a bonus, you can also write Natural Docs comments without the topic line by using the Javadoc comment symbols but otherwise using Natural Docs’ formatting.We also have image support now.  You can embed images in your documentation just by writing (see image.jpg) so it makes sense when you’re reading it from the source code instead of looking like a HTML tag.  You can tell Natural Docs where to look for images with the -img command line option.The ActionScript parser has been updated for ActionScript 3, and the C# parser has been updated to include some of the 2.0 language features.  You can now document structs in C++ as a single entry and all its members will appear in a prototype.  You can still use the old method of documenting each member individually if you want.As for minor tweaks, the Note and Notes keywords have been removed.  These often caused Natural Docs to include comments that weren’t meant for it in the output, so they’re gone.  You can add them back by editing Topics.txt if you need them.  You can also add timestamps to the footer of your documentation by editing Menu.txt.  There’s now an -oft (--only-file-titles) command line option that tells Natural Docs not to guess at what the title of a file should be by its contents and to only use the file name.  The CSS structure of the generated output has changed a bit so check the changelog if you’ve built your own custom style.  There are too many bugs fixed to list.The web site got a few updates as well, including a walkthrough of the documentation syntax to help new people get started and a RSS feed of the news.For those of you who didn’t see the news on the web site, this is probably the last major release using the current Perl codebase.  Natural Docs has needed a big overhaul for quite some time now.  I’ve had a number of features in the back of my mind that I just can’t do under the current architecture.  Ripping out the engine has always been planned but it’s a big project and I wasn’t always eager to work on it.However, I’m currently working on Natural Docs 2.0 which is just that.  Since I would have needed to rebuild most of it anyway I’m taking the opportunity to switch languages, and I settled on C#.  Perl is great for what it is but I don’t think it’s up to what I had planned, and after working on it for a few months I think I made the right choice.Natural Docs 2.0 will run with .NET on Windows and Mono on Linux and Mac OS X.  It will always be cross-platform; if a feature of .NET doesn’t work with Mono I won’t use it.  It will also incorporate SQLite which runs in all three places as well.  I’m keeping things close to the vest for now but I’ll start putting out code and development releases as it gets usable.  I may start a developer blog talking about why I chose these things and the upcoming features if there’s any interest.  Let me know though, because I don’t know if I’ll bother if I’m just going to be talking to myself, not that that’s ever stopped anyone from blogging before.So there you go.  Shiny new 1.4 now, 2.0 in the works.- GregNatural Docs 1.4 release candidate 3March 18th, 2008Yet another release candidate.  Mostly this fixes various language parsing issues:Allow generics in base classes in C#.Allow angle brackets in function names in C# to support explicitly implementing generic interfaces.Allow * as ActionScript function return type.Fixed enum property parsing in Languages.txt, which fixes enum handling in C#, Java, JavaScript, VB, and Ruby.Allow $, #, and _ before “as” or “is” in PL/SQL prototypes.Allow _ before “is” in Ada prototypes.There’s also a few minor changes such as being able to put * or _ immediately before or after links, such as *<link>*.  “operator” and “operators” are now keywords for functions, and it won’t stop with an error message if it can’t open extensionless files, which is useful in case Natural Docs mistakenly tries to open a system file it shouldn’t be looking at.- GregNatural Docs 1.4 release candidate 2January 12th, 2008Another release candidate.  All changes are minor except for one: I removed the Note and Notes keywords.  I’ve actually been meaning to do this for a while because they’re often the source of false positives.  If someone starts a paragraph with “Note: blah blah blah” the first line will be seen as the start of a new topic, causing all kinds of problems in the output.  If you actually used those keywords you can add them back into Topics.txt yourself.Support for nullable types was added to C#.  I also finally recreated the Small and Roman styles.I went through the entire bug list in SourceForge and picked all the low hanging fruit, since 1.4 may be out for some time while 2.0 is worked on.  Fixed a bug where the Perl parser could get tripped up when using anonymous functions that have prototypes.  Fixed a bug where horizontal lines could be taken out of code sections.  Fixed a bug in the search JavaScript that could cause an error message to show in Internet Explorer.That’s it.  Hopefully this is the last release candidate.- GregOlder News...Copyright © 2003-2008 Greg Valure
 

A

documentation

program

that

generates

HTML

from

documented

C++,

Java,

and

Perl.

Focuses

on

a

transparent

syntax

that

keeps

the

comments

in

the

source

code

readable.

[Open

source]

http://www.naturaldocs.org/

Natural Docs 2008 September

dvd rental

dvd


A documentation program that generates HTML from documented C++, Java, and Perl. Focuses on a transparent syntax that keeps the comments in the source code readable. [Open source]

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Actress - Credit Card - Bad Credit Mortgages - Debt Consolidation - Credit Counseling
2008-09-07 21:09:39

Copyright 2005, 2006 by Webmaster
Websites is cool :) 107Torty - Tłumaczenia - Psihologia - Poesiaa - Promocja Stron