THIS TAG IS FOR DOCUMENT GENERATORS ONLY.
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 docblocksSo with the recent news that Microsoft Skydrive is going to get bumped to 25GB of storage per account, does …
api documentation storage onedriveI am using Doxygen to generate documentation for our API, written in C#. However, it exposes private/protected members. Is …
c# documentation doxygenI 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 swaggerWe can use this link to add a new event to Google Calendar by parameters https://www.google.com/calendar/…
calendar documentation google-calendar-api documentAre there automatic ways to sync comments between an interface and its implementation? I'm currently documenting them both and wouldn't …
c# documentation xml-documentationI have some code that returns a promise object, e.g. using Q library for NodeJS. var Q = require('q'); /** * @…
javascript node.js documentation jsdoc promiseI am looking for a tool which could help me generate RESTful API documentation. My server is written in Java …
spring api rest documentation swaggerI'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 samlI 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