All Projects → vladocar → Autoobjectdocumentation

vladocar / Autoobjectdocumentation

Auto Object Documentation - JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Autoobjectdocumentation

Quickstart
🎯 A micro-form for user-specific installation instructions
Stars: ✭ 66 (+22.22%)
Mutual labels:  documentation, javascript-library
Arg.js
🇦🇷 🛠 NPM library. Validation of Argentinian bank account numbers, IDs and phone numbers
Stars: ✭ 52 (-3.7%)
Mutual labels:  documentation
Kraiklyn
A Hugo theme for one page documentation
Stars: ✭ 47 (-12.96%)
Mutual labels:  documentation
Flowy
The minimal javascript library to create flowcharts ✨
Stars: ✭ 8,636 (+15892.59%)
Mutual labels:  javascript-library
Vuesence Book
Minimalistic Vue.js based documentation system component
Stars: ✭ 48 (-11.11%)
Mutual labels:  documentation
42docs
Documentation on MiniLibX and 2019 curriculum projects
Stars: ✭ 51 (-5.56%)
Mutual labels:  documentation
Symbian Archive
A small website to archive Symbian-related dev tools & doc.
Stars: ✭ 46 (-14.81%)
Mutual labels:  documentation
Redux In Spanish
Traducción al español de la documentación de Redux.
Stars: ✭ 54 (+0%)
Mutual labels:  documentation
Feedmereadmes
Free README editing+feedback to make your open-source projects grow. See the README maturity model to help you keep going.
Stars: ✭ 1,064 (+1870.37%)
Mutual labels:  documentation
Chroma.js
JavaScript library for all kinds of color manipulations
Stars: ✭ 8,364 (+15388.89%)
Mutual labels:  javascript-library
Docs
The API for generating high quality images from HTML/CSS.
Stars: ✭ 49 (-9.26%)
Mutual labels:  documentation
Covenant Generator
`covgen` generates a code of conduct.
Stars: ✭ 48 (-11.11%)
Mutual labels:  documentation
Documentation
Official documentation of the Themosis framework.
Stars: ✭ 51 (-5.56%)
Mutual labels:  documentation
App
Fast and searchable Ruby docs
Stars: ✭ 47 (-12.96%)
Mutual labels:  documentation
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-1.85%)
Mutual labels:  documentation
Pandora Apidoc
pandora.com API documentation
Stars: ✭ 46 (-14.81%)
Mutual labels:  documentation
Rdoc
colourised R docs in the terminal
Stars: ✭ 49 (-9.26%)
Mutual labels:  documentation
Drafter.js
API Blueprint parser in JS
Stars: ✭ 50 (-7.41%)
Mutual labels:  javascript-library
Docs
Documentation for OpenPOWER Firmware
Stars: ✭ 54 (+0%)
Mutual labels:  documentation
Dash Docset Builder
Dash Docset Builder in PHP.
Stars: ✭ 54 (+0%)
Mutual labels:  documentation

Object Auto Documentation

Object Auto Documentation simply displays JavaScript Object methods in elegant way.

How to use Object Auto Documentation:

Just in the HTML file include the docJS.js style.css and the library you want to document.

Then call the Object that you want to document

example: docJS(SomeObjectName,"optional Object name")

That is all.

The styling is inspired from backbone.js documentation.

Works in: Firefox 4, Safari 5 and Chrome 5

Demos:

News:

Thanks to @brandonc for implementing syntax highlighting with google-prettify. Demo jQuery

Thanks to @Contra now you can display multiple objects. Demo

Basic object(method) profiling is added like number of lines, number of characters, number of arguments. The idea for object profiling is taken from kratko js

In the demos autoDocs-NoName.html is added that can take any external JS library dynamically and also any JavaScript Object can be added.

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].