Hi confiteor, I did not find anything like that, but prototype have a format to be understood by pdoc. Perhaps you can try to modify output of pdoc to suite your need ??
Or pdoc have perhaps this kind of output. have a look at github: http://github.com/tobie/pdoc/tree/master -- david On 3 juin, 23:32, confiteor <[email protected]> wrote: > Hi, > I want to write a Add-In for Visual Studio 2008. > This Add-In would have to show the method in the Prototype class. > And there is a problem. I do not want to create a static class, > which would include a description of each class library Prototype. > I would prefer to load all data from an XML file. > Example: > <class name="Array "> > <method name="clear"></method> > <method name="clone"></method> > <method name="compact"></method> > <method name="each"> > <arg>iterator</arg> > </method> > .... > .... > </class> > The structure of the XML file can be other. > Is there some way to generate these files? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
