Diddy documentation
Monkey Forums/User Modules/Diddy documentation
| ||
Hi guys, where can I find a complete diddy module documentations ? Or tut, or something like that? Thanks! |
| ||
Diddy comes with a bunch of example programs. Those are the only docs that I'm aware of. |
| ||
Really good documentation is a scarce thing for most things made on the internet in general. Its examples can help alleviate that, but only if they have some comments or a quick readme file to talk more about the example. Its time is the boiling point for getting a good level of proper documentation that holds it back. Who wants to make docs when you can add features and evolve the framework? :) |
| ||
There are a few Wiki pages of doco: http://code.google.com/p/diddy/w/list And we did start using the Jungle Docs which you can find in the repo: http://diddy.googlecode.com/hg/src/diddy/.docs/diddy.monkey.html But as CGV has started, Diddy does come with heaps of examples which showcase the functionality. |
| ||
Thanks guys, I will digg in the examples, by the way I will use only some pieces! |
| ||
And we did start using the Jungle Docs which you can find in the repo: I didn't know that. That's great! |
| ||
Ziggy you really need to make your doc's output a frameset for the html, so the nav links are always on the left and then the actual doc data shows on the right. |