hi i have to create technical documentation (providing information about i/ps,o/ps) for developers for my new project billing software in web application any sample documentation help me
Absolutely... Doxygen or phpdoc. Having said that, phpdoc chokes on big projects I find, so I generally use Doxygen.
I agree regarding Doxygen. It's free and pretty easy to use. It "self-documents" your code. Not every individual line of code, of course, but rather it's great for supplying consistent documentation to classes/methods/functions. I've used it in industry as well as for project or two of my own. Dan
Doxygen is one very very good option indeed, but I have another idea: a wiki. Most open-source projects like firefox, inkscape, scribus all use wiki's to do the documentation in. It's worth a look. One wiki that's opensource and free to use that was designed *specifically* for creating good looking, easy to edit documentation is DOKUWIKI test out dokuwiki and other content management systems online for free at opensourcecms(dot)com best of luck with your documentation project, it'll be fun to organize I'm sure *rolls eyes*