I'm learning to use Joxygen which is documented at:
http://www.jsoftware.com/jwiki/Addons/docs/joxygen I've had a few problems, about which I posted here, but I think when those are solved Joxygen will be a great tool for documenting use of J scripts. Joxygen reads scripts from a specified folder and creates good looking HMTL with hyperlinks. The scripts need a few comments or NB. lines with some simple formatting commands added. See web pages built with Joxygen at: http://jsoftware.com/docs/help802/user/library.htm Pandoc http://johnmacfarlane.net/pandoc/ is required. After installing Pandoc, re-start your computer so the path to Pandoc is added to the path system variable. On my computer, my install path: c:/users/tom arneson/j64-802 has an included space, which Pandoc wouldn't handle. I had to modify joxygen.ijs to specify a path without a space for the shell lines. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
