Top "Documentation" questions

THIS TAG IS FOR DOCUMENT GENERATORS ONLY.

How to document magic (_call and _callStatic) methods for IDEs

After many happy years coding in notepad++ and sublime, I've been advised to give a PHP IDE a go. I'm …

php documentation phpstorm magic-methods docblocks
Does Microsoft SkyDrive have an API?

So with the recent news that Microsoft Skydrive is going to get bumped to 25GB of storage per account, does …

api documentation storage onedrive
Doxygen: hiding private/protected method...and tips

I am using Doxygen to generate documentation for our API, written in C#. However, it exposes private/protected members. Is …

c# documentation doxygen
Can Swagger autogenerate its yaml based on existing express routes?

I inherited an existing API and I would like to document it with swagger, but I don't yet know the …

node.js rest express documentation swagger
What parameters are required to create an "Add to Google Calendar" link?

We can use this link to add a new event to Google Calendar by parameters https://www.google.com/calendar/…

calendar documentation google-calendar-api document
Ways to synchronize interface and implementation comments in C#

Are there automatic ways to sync comments between an interface and its implementation? I'm currently documenting them both and wouldn't …

c# documentation xml-documentation
How to specify resolution and rejection type of the promise in JSDoc?

I have some code that returns a promise object, e.g. using Q library for NodeJS. var Q = require('q'); /** * @…

javascript node.js documentation jsdoc promise
Spring REST API Documentation using Swagger

I am looking for a tool which could help me generate RESTful API documentation. My server is written in Java …

spring api rest documentation swagger
Sample .NET code for a SAML Identity Provider

I'd like to use SAML to allow authenticated users of a website to login to other federated sites. In single …

.net documentation single-sign-on saml
Generate JavaScript documentation with Doxygen

I use PHP and JavaScript in my project, which I entirely code with netbeans 7.0.1. I really like how netbeans includes …

javascript documentation doxygen