All Projects → codeactual → apidox

codeactual / apidox

Licence: MIT license
Generate node.js module API markdown with dox

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to apidox

Nei
NEI 接口管理平台 源代码
Stars: ✭ 198 (+1314.29%)
Mutual labels:  api-documentation
sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
Stars: ✭ 37 (+164.29%)
Mutual labels:  api-documentation
docs-api
Nobitex Cryptocurrency Exchange Market API Documentation
Stars: ✭ 36 (+157.14%)
Mutual labels:  api-documentation
Redoc
📘 OpenAPI/Swagger-generated API Reference Documentation
Stars: ✭ 15,935 (+113721.43%)
Mutual labels:  api-documentation
Yii2 Apidoc
Yii 2 apidoc extension.
Stars: ✭ 236 (+1585.71%)
Mutual labels:  api-documentation
openapi-boilerplate
📘 Multi-file boilerplate for Open API Specification
Stars: ✭ 280 (+1900%)
Mutual labels:  api-documentation
Smogcloud
Find cloud assets that no one wants exposed 🔎 ☁️
Stars: ✭ 168 (+1100%)
Mutual labels:  api-documentation
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+800%)
Mutual labels:  api-documentation
hapi-docs
Beautiful API documentation generator for Hapi using Vue
Stars: ✭ 64 (+357.14%)
Mutual labels:  api-documentation
api-docs
Official documentation for WhiteBIT APIs
Stars: ✭ 2 (-85.71%)
Mutual labels:  api-documentation
Eolinker Api Management 2.x For Php
全球领先API接口管理平台,2.x开源稳定版
Stars: ✭ 211 (+1407.14%)
Mutual labels:  api-documentation
Flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
Stars: ✭ 2,825 (+20078.57%)
Mutual labels:  api-documentation
pindo-cli
A simple Command Line Interface that allows you to authenticate with the Pindo API.
Stars: ✭ 32 (+128.57%)
Mutual labels:  api-documentation
Api Development Tools
📚 A collection of useful resources for building RESTful HTTP+JSON APIs.
Stars: ✭ 2,519 (+17892.86%)
Mutual labels:  api-documentation
fusionauth-site
Website and documentation for FusionAuth
Stars: ✭ 24 (+71.43%)
Mutual labels:  api-documentation
Json Schema Spec
The JSON Schema I-D sources
Stars: ✭ 2,441 (+17335.71%)
Mutual labels:  api-documentation
apidoc-template
A cleaner and beautiful template for apiDoc
Stars: ✭ 46 (+228.57%)
Mutual labels:  api-documentation
unofficial-documentation
solved.ac API를 문서화하는 커뮤니티 프로젝트
Stars: ✭ 38 (+171.43%)
Mutual labels:  api-documentation
Ring
Research into Ring's Private API
Stars: ✭ 28 (+100%)
Mutual labels:  api-documentation
specifications-ITS-REST
openEHR REST API Specifications
Stars: ✭ 20 (+42.86%)
Mutual labels:  api-documentation

apidox

Generate node.js API markdown with dox

Build Status

Markdown

Main differences from dox --api:

  • Method references are auto-linked to associated sections
  • Links to Table of Contents and parent object's section
  • <ul> of @param w/ two levels of sub-items
  • <ul> of @throws w/ one level of sub-items
  • @return with one level of <ul> items
  • <ul> of @see (w/ dox URL detection intact)
  • Boldfaced section headings (ex. Configuration:) in method summaries
  • Source file link

Examples

CLI

cd /path/to/proj
apidox --input lib/util/index.js --output docs/Util.md

Output

Installation

NPM

npm install apidox

API

Documentation

License

MIT

Contributors

Tests

npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].