On Wed, 17 Aug 2011 22:16:00 -0700 Matthew Brush mbrush@codebrainz.ca wrote:
Agreed, something like:
/* * Does stuff with bar * @param bar A bar to perform foo on. * @return A new baz * * @since 0.21 (<= API v212) */ baz_t *foo(bar_t *bar);
+1
Cheers, Frank