Method Definitions

New members questions
Post Reply
catman78
Posts: 31
Joined: Thu Aug 16, 2012 10:06 am

Method Definitions

Post by catman78 »

Hi all,

Where can I find documentation for code methods along with definitions.

thanks
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Method Definitions

Post by lnevo »

There is no official full documentation as of yet. I've setup a Doxygen tree that you can use for reference at http://www.easte.net/RA/html
catman78
Posts: 31
Joined: Thu Aug 16, 2012 10:06 am

Re: Method Definitions

Post by catman78 »

thanks
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Method Definitions

Post by lnevo »

I have updated the Doxygen repo to 1.0.2 libraries. I did notice that some functions that are wrapped in #ifdef were not seen in the output. I have disabled pre-processing in Doxygen and you should now see a lot more of the functions that are available that might have been missing before.
User avatar
bondolo
Posts: 14
Joined: Fri Nov 23, 2012 2:59 pm

Re: Method Definitions

Post by bondolo »

This is useful. I will start adding dox comments to source as I edit. I've found having dox is great for projects where I don't want to have to understand the whole source to make changes.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Method Definitions

Post by rimai »

Cool!!!
Yeah, we need that :)
Roberto.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Method Definitions

Post by lnevo »

Updated to 1.0.9
Post Reply