Skip to content

zzinpan/make_api_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

make_api_docs


How to use

API.setLanguage( String language )
API.setLanguage( 'javascript' );
API.add( String listItemName, String function, String description, Object parameters, Object return, String example )
API.add( 
	"document.getElementById", 
	"Element element = document.getElementById( String DOMId )",
	"Find the element in the DOM.",
	{
		"*DOMId": "Attribute value ID of the element."
	},
	{
		"element": "The element corresponding to ID is returned."
	},
	"var button = document.getElementById('button');"
);

Dependency Library

  • jquery
  • bootstrap
  • font-awesome
  • jstree
  • showdown

Sample

https://zzinpan.github.io/make_api_docs/index.html

About

make_api_docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published