2017 © Pedro Peláez
 

library apidoc

Documentation for API

image

apidoc/apidoc

Documentation for API

  • Friday, September 26, 2014
  • by williamweber2
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6,904 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1161 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

apiDoc 0.7.x

Generates a RESTful web API Documentation., (*1)

Build Status NPM version, (*2)

Documentation at apidocjs.com., (*3)

Example output., (*4)

Installation

npm install apidoc -g, (*5)

Example

javascript /** * @api {get} /user/:id Request User information * @apiName GetUser * @apiGroup User * * @apiParam {Number} id Users unique ID. * * @apiSuccess {String} firstname Firstname of the User. * @apiSuccess {String} lastname Lastname of the User. */, (*6)

apidoc -i example/ -o doc/, (*7)

Creates from input files in example/ a documentation in path doc/., (*8)

Supported programming languages

  • C#, Go, Dart, Java, JavaScript, PHP (all DocStyle capable languages):, (*9)

    /**
     * This is a comment.
     */
    
  • CoffeeScript:, (*10)

    ###
    This is a comment.
    ###
    
  • Erlang:, (*11)

    %{
    This is a comment.
    %}
    
  • Perl, (*12)

    #**
    # This is a comment.
    #*
    
    =pod
    This is a comment.
    =cut
    
  • Python, (*13)

    """
    This is a comment.
    """
    
  • Ruby, (*14)

    =begin
    This is a comment.
    =end
    

Grunt Module

grunt-apidoc npm install grunt-apidoc., (*15)

Changelog

CHANGELOG.md, (*16)

Help

Please add issues if you have a question or found a problem. Pull requests are welcome too!, (*17)

A chat about apiDoc is on Gitter., (*18)

Gitter chat, (*19)

License

Copyright (c) 2013-2014 inveris OHG, (*20)

Author Peter Rottmann rottmann@inveris.de, (*21)

Licensed under the MIT license., (*22)

The Versions

26/09 2014

dev-master

9999999-dev

Documentation for API

  Sources   Download

The Requires

  • php >=5.3.0