Top "Documentation" questions

THIS TAG IS FOR DOCUMENT GENERATORS ONLY.

Automatic PHP Documentation Generation?

For ActionScript 2, I've used NaturalDocs. However it has pretty poor support for PHP. I've looked so far at doxygen and …

php documentation documentation-generation
How good is Subversion at storing lots of binary files?

I'm looking for a place to put a few GB of documents (mostly .doc and .xls). My team already has …

svn documentation content-management-system
how to generate api documentation

I need to write some api documentation for a REST API that I've created. Are there tools that will stub …

node.js documentation twitter-bootstrap documentation-generation
How to integrate examples with Doxygen?

I documented all of my classes and now I want to integrate an example of how to use these classes. …

documentation doxygen
Generating Javascript documentation

I'm looking for a way to generate documentation automatically from my Javascript project. Anyone know how can I do this? …

javascript documentation
How can I reference the value of a final static field in the class?

Using JavaDoc, how can I reference the value of a final static field in the class? I want the ??? in …

java documentation javadoc
A doxygen eclipse plugIn automatically generating stub documentation?

I'am looking for an eclipse-plugin for doxygen code documentation. I have found the eclox-plugIn ( http://home.gna.org/eclox/ ). I …

c++ c eclipse documentation doxygen
Is there something like the official C documentation?

I'm looking for the documentation of all the syntax and built-in functions in C, but I can't find any site …

c documentation
How to add package level comments in Javadoc?

I am using CheckStyle, FindBugs, and PMD to validate my Java code. I have fixed almost all the bugs caught …

java documentation comments javadoc
What are the new documentation commands available in Xcode 5?

One of Xcode 5's new features is the ability to document your own code with a special comment syntax. The …

objective-c documentation comments doxygen xcode5