AR.js-docs icon indicating copy to clipboard operation
AR.js-docs copied to clipboard

Generation of jsdoc documentation

Open jeromeetienne opened this issue 8 years ago • 4 comments

  • take ar.js source from the repository - https://github.com/jeromeetienne/ar.js
    • include it as git submodules
  • change the Makefile to launch jsdoc generation make jsdoc
  • output the result into a folder /jsdoc

jeromeetienne avatar Aug 04 '17 17:08 jeromeetienne

  • first stage will be to get /three.js/src/new-api/*.js and generate jsdoc for it
    • https://github.com/jeromeetienne/AR.js/tree/master/three.js/src/new-api
  • tools to generate jsdoc https://github.com/jsdoc3/jsdoc

jeromeetienne avatar Aug 04 '17 17:08 jeromeetienne

Working on it

francesco-marafini avatar Aug 21 '17 15:08 francesco-marafini

Sorry for the delay. Crazy times here in Catalunya. Do you want the submodule stuff in the makefile?

francesco-marafini avatar Oct 10 '17 10:10 francesco-marafini

@francesco-marafini I believe the make file should only contain the make jsdoc with the correct parameters. Any progress on using AR.js as a submodule? I would really like to expose the examples in a much friendlier way in this repo.

ZoltanVeres avatar Dec 05 '17 09:12 ZoltanVeres