how is the documentation generated?

My personal library of classes is starting to grow, and I’ve been documenting everything with “Yii-style” comments - it’s starting to get a little overwhelming though, and I was wondering, which tool is used to generate the documentation for Yii?

Thanks!

It’s a homegrown script, located under trunk/build/commands/ApiCommand (and api subdirectory)

We are considering to improve this command so that it can be used for general purpose.

Of course, if you would like to help on this, that will be wonderful!

Possibly, some day - currently I have other obsessions, like this URL resolver:

http://code.google.com/p/fast-url-resolver/

Nested URLs, named routes, RESTful resources - should make life a little easier :slight_smile:

I plan on writing a replacement for CUrlManager to integrate this library…