Page 1 of 1

A Question of Source

Posted: 06 Jul 2006, 17:13
by keithjr
Hi, I was wondering, on the Spring main site there are links to the doxygen-generated documentation for the spring source code (http://taspring.clan-sy.com/doxygen/). I'm assuming this code relates to the windows version. Is there a seperate place to find documentation for the linux port's source code?

I ask this because I wish to both learn more about linux Spring and help others with questions, and these tasks both are often made much simpler by just looking at the sources.

Posted: 06 Jul 2006, 17:38
by hollowsoul
I am pretty sure that spring is built off same source for windows & linux.

If u want grab a snapshot of svn from https://developer.berlios.de/project/sh ... up_id=4358
There is a doxygen file there.

Or grab a svn checkout from http://svn.berlios.de/svnroot/repos/tas ... inux/trunk
http://svn.berlios.de/svnroot/repos/tas ... x/tags/foo (for the released versions)

Posted: 06 Jul 2006, 18:14
by Tobi
Yes it's built from the same source.

The problem is the doxygen docs here are very old: Generated on Sat Oct 15 09:47:34 2005. A lot has changed since then, so better rebuild them yourself.