This document discusses APIDOC, an inline documentation tool for RESTful APIs. It can be used with various programming languages by including documentation comments. APIDOC parses these comments to generate API documentation that describes endpoints, parameters, responses and errors. It has a simple structure for organizing comments and can be installed via CLI tools or build tools like Grunt or Gulp. Configuration options allow customizing the generated documentation.