On Thu, 5 Feb 2009 14:25:07 -0500 (EST), Greg Smith gsmith@gregsmith.com wrote:
On Thu, 5 Feb 2009, shan chak wrote:
I dont know how to start reading the source code of geany , the downloaded source doesnt contain any class diagram.
You should try running the code through Doxygen: http://www.stack.nl/~dimitri/doxygen/
That's a good way to vizualize and navigate a set of unfamiliar source code.
we already use doxygen for the plugin API documentation: cd doc && make api-doc
or
./waf --apidoc
but the generated files will only document the funtions available in the plugin API. Btw, the generated docs are also available at http://www.geany.org/manual/reference/.
Regards, Enrico