Skip to content

Commit

Permalink
CB-9745 Camera plugin docs should be generated from the source
Browse files Browse the repository at this point in the history
Moved docs to jsdocs comments in the code, removed redundancy.
Moved Quirks and extra examples to errata sections of the docs TEMPLATE.md, linked the jsdoc comments to these sections.
Added dependencies to common plugin docs template and husky (precommit hook to regen the docs automatically).
Added gen-docs command to re-generate the docs.
Extended TOC manually [to include classes containing only one member](jsdoc2md/jsdoc-to-markdown#34) (CameraPopoverHandle and CameraPopoverOptions).
Extended the docs via DMD template to include "Installation", "How to contribute" and "Docs are generated" warning.

github: close #129
  • Loading branch information
daserge committed Oct 12, 2015
1 parent 454a6f5 commit f20dfae
Show file tree
Hide file tree
Showing 9 changed files with 820 additions and 470 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,4 @@ Thumbs.db
*.swp
*.user










/node_modules/**
Loading

0 comments on commit f20dfae

Please sign in to comment.