Please find the new release of [b]embedXcode[/b] with the implementation of the self-documentation.
embedXcode • Jun 14, 2012 release 13
Installation Guide • Jun 14, 2012 release 9
Just add to your code and launch the Document target:
///
/// @brief Blink a LED
/// @details LED attached to pin is light on then light off
/// @n Total cycle duration = ms
/// @param pin pin to which the LED is attached
/// @param times number of times
/// @param ms cycle duration in ms
///
void blink(uint8_t pin, uint8_t times, uint16_t ms);
A help document is generated and closely integrated in Xcode.
Quick Help provides details on documented functions.
As always, learn more and download from http://embedXcode.weebly.com