WmHHooper / visigraph

Automatically exported from code.google.com/p/visigraph
0 stars 0 forks source link

Functions should be able to report more in-depth documentation #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if functions had a getDescription() method, which could be 
accessed through VisiGraph, that would provide a description of the function, 
as well as its implementation details (e.g. which algorithm is used), and any 
other relevant information (e.g. Big-O running time, constraints).  These could 
then be presented as either tooltips, or in some catalog-type format.

Original issue reported on code.google.com by 0x24a53...@gmail.com on 22 Dec 2010 at 7:32

GoogleCodeExporter commented 9 years ago
And hey, why not do this for generators as well...

Original comment by 0x24a53...@gmail.com on 22 Dec 2010 at 11:51

GoogleCodeExporter commented 9 years ago
Added an entire "Script Library", accessible through the "Help" menu.  Includes 
detailed descriptions of all downloaded functions and generators in one nice, 
neat format.

Original comment by 0x24a53...@gmail.com on 4 Jan 2011 at 5:25