Documentation that focuses on code itself, such as its function, correct use, expected output, relationship to other code as well as database and tables connections, and usage examples.
I'm trying to check whether input from user matches RegEx [a-zA-z] so I've checked the docs for proper method. I …
ruby regex match nomethoderror code-documentationI am trying to figure out if it is possible to use PHPdoc to define the object properties being returned …
php phpdoc code-documentationI've been trying to document the following code using JSDoc: /** * @module person */ /** * A human being. * @class * @param {string} name */ function …
javascript documentation-generation jsdoc code-documentation jsdoc3How do I create quick help entries in Xcode for my own code? I just want it as a coding …
objective-c xcode doxygen comments code-documentationIs there a correct way to document values/objects in arrays which are within another dimension? Normally an array will …
php arrays phpdoc code-documentationI have a source repository in C++ (and some CUDA), which I want to doxygenate. I've added doxygen comments to …
c++ doxygen code-documentationSay I have a java method that returns an array of strings. Inside the method, I have more than one …
java return javadoc code-documentationI don't seem to find any, the only one I always find is this one: https://code.google.com/p/…
node.js selenium selenium-webdriver documentation code-documentationI'm writing my own library for the project at work for a browser application and I am having the same …
javascript google-closure-compiler jsdoc code-documentationI apologize for the simplicity of my question, but I was trying to generate documentation using Appledocs (https://github.com/…
ios objective-c xcode documentation-generation code-documentation