Hi all,
Where can I find documentation for code methods along with definitions.
thanks
Method Definitions
Method Definitions
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
Re: Method Definitions
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.
Re: Method Definitions
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.