Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: atomicdog on March 20, 2011, 04:46:19 am

Title: dev/SDK documentation?
Post by: atomicdog on March 20, 2011, 04:46:19 am
I can't seem to find where the documentation for developers is.
I see some stuff on the wiki, but is there detailed SDK documentation?

Thanks,
John
Title: Re: dev/SDK documentation?
Post by: ollydbg on March 20, 2011, 04:55:04 am
BerliOS Developer: Project Filelist (http://developer.berlios.de/project/showfiles.php?group_id=5358)
There are some sdk documents.
But that was not enough, If you have some problems, you can just ask here in the C::B forum. :D
Title: Re: dev/SDK documentation?
Post by: ptDev on March 20, 2011, 10:46:34 am
I can't seem to find where the documentation for developers is.
I see some stuff on the wiki, but is there detailed SDK documentation?

Thanks,
John

If you have doxygen installed in your system, the svn trunk has a sdk.doxy file you can compile. I find combining the information from the doxygen documentation with the information from the wiki the most efficient.
Title: Re: dev/SDK documentation?
Post by: MortenMacFly on March 20, 2011, 11:34:23 am
...just updated to latest SVN in the files section...
Title: Re: dev/SDK documentation?
Post by: atomicdog on March 21, 2011, 03:08:02 am
Thanks for the information everyone.
That helped a lot.