Activate your free membership today | Log-in

Tuesday, December 9th, 2008

YUI Library, YUI Doc, and Github

Category: Yahoo!

<>p>

Eric Miraglia and our friends at Yahoo! have announced YUI Doc, “a python-based documentation tool that generates API documentation for JavaScript code. YUI Doc was developed by Adam Moore, one of the principal engineers on the YUI project since its inception, to support YUI’s API-level documentation.”

It is a comment-driven system in which documentation is parsed from comment blocks that describe the structure of your code. Unlike some analagous systems, YUI Doc is designed to work purely from comments; as a result, there is no idiom or code pattern with which the tool is incompatible.

But, there is more. YUI Library is out there, and it includes a link to the Git documentation for how to get the YUI source. Congrats to the YUI team for getting their code into a public repository for us to enjoy. This is a big deal for the project, and the community.

Related Content:

  • minify
    Code minification (to minify) is the removal of unnecessary characters from programming code. The term is often associated with interpreted scripted...
  • OpDemand integrates with GitHub, Puppet Labs
    Cloud management platform OpDemand integrated with GitHub and Puppet Labs based on beta user feedback before its general launch on...
  • GitHub
    GitHub is a Web-based revision control hosting service for software development and code...
  • An Introduction to GMaps4JSF
    GMaps4JSF is one of the JSF Mashups libraries that enable JSF users to build Web 2.0 Mashup applications in JSF easily. In this article, I will...
  • HP ALM quality offerings address application modernization
    HP has launched a new line of application tool upgrades that aimed at improving and enhancing application modernization issues. These new features...

Posted by Dion Almaer at 4:15 am
1 Comment

++++-
4.2 rating from 18 votes

1 Comment »

Comments feed TrackBack URI

YUI doc seems very promising. We developed a similar tool that was comment driven and this is the right approach. We never released our tool and we probably never will since this one does the same thing. JSDoc tends to parse the code and requires to use specific coding patterns. So we couldn’t use that tool for generating documentation for TinyMCE. YUI doc worked right out of the box with just minor changes to our doc comments.

Comment by Spocke — December 9, 2008

Leave a comment

You must be logged in to post a comment.