Re: [qooxdoo-devel] Generating API docs for print

2011-09-25 Thread thron7
Derrell, On 09/23/2011 08:54 PM, Derrell Lipman wrote: > Thanks, Thomas. Is there a spec or document anyplace that details the > layout of that JSON data? I get a good idea just by looking at it, but > if you have a document that shows the schema, that'd be of great help. I'm afraid no. But if

Re: [qooxdoo-devel] Generating API docs for print

2011-09-23 Thread Derrell Lipman
On Fri, Sep 23, 2011 at 08:52, thron7 wrote: > Derrell, > > On 09/13/2011 07:12 PM, Derrell Lipman wrote: > > The apiviewer application reads a JSON file and generates HTML to > > display the API documentation. I would like to instead generate API > > documentation in LaTeX format. Does anyone ha

Re: [qooxdoo-devel] Generating API docs for print

2011-09-23 Thread thron7
Derrell, On 09/13/2011 07:12 PM, Derrell Lipman wrote: > The apiviewer application reads a JSON file and generates HTML to > display the API documentation. I would like to instead generate API > documentation in LaTeX format. Does anyone have any pointers to > existing routines that take the JS

[qooxdoo-devel] Generating API docs for print

2011-09-13 Thread Derrell Lipman
The apiviewer application reads a JSON file and generates HTML to display the API documentation. I would like to instead generate API documentation in LaTeX format. Does anyone have any pointers to existing routines that take the JSON data and manipulate and output it to some "print" format? Thank