CB-9745 Camera plugin docs should be generated from the source

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](https://github.com/jsdoc2md/jsdoc-to-markdown/issues/34) (CameraPopoverHandle and CameraPopoverOptions).
Extended the docs via DMD template to include "Installation", "How to contribute" and "Docs are generated" warning.

github: close #129
This commit is contained in:
daserge
2015-10-05 13:48:19 +03:00
parent 454a6f518c
commit f20dfae735
9 changed files with 820 additions and 470 deletions

10
.gitignore vendored
View File

@@ -12,12 +12,4 @@ Thumbs.db
*.swp
*.user
/node_modules/**