Top "Documentation" questions

THIS TAG IS FOR DOCUMENT GENERATORS ONLY.

Create html documentation for C# code

I'm currently working on a C# project and VisualAssist generates these fancy /// <summary></summary> comments for …

c# visual-studio documentation
Documentation for using JavaScript code inside a PDF file

Where can I find documentation on running JavaScript code inside a PDF? I've never added a JavaScript action inside a …

javascript pdf documentation acrobat pdf-manipulation
Android SDK and Developer Guide Offline or PDF

Where can I get PDF version of Android SDK docs and developer guide. Saw a posting that installed sdk has …

android pdf documentation
How to document a database

(Note: I realize this is close to How do you document your database structure? , but I don't think it's identical.) …

sql oracle documentation
Using javadoc for Python documentation

I am currently beginning with Python and I have a strong PHP background and in PHP I have took the …

python documentation javadoc docstring
Generating HTML documentation from WSDL

What are your approaches to generating some sort of human-readable documentation from WSDLs? In the past I've used WSDL viewer (…

web-services documentation wsdl nant
Visual Studio with DoxyGen for documentation, or should we use something else?

We are currently using DoxyGen to document code written in C/C++, PHP and Java. To have a consistent environment …

c# visual-studio documentation
pinterest api documentation

Update Aug 2015: Pinterest provides it here now https://dev.pinterest.com/ Is there official or unofficial documentation on the v2 …

json api mobile documentation pinterest
How to document class attributes in Python?

I'm writing a lightweight class whose attributes are intended to be publicly accessible, and only sometimes overridden in specific instantiations. …

python class documentation docstring class-attributes
How to specify an array of objects as a parameter or return value in JSDoc?

In JSDoc, the best documentation I can find shows to use the following if you have an array of a …

javascript documentation jsdoc