Branko Čibej wrote on Tue, Sep 11, 2012 at 00:12:11 +0200: > On 10.09.2012 23:49, Daniel Shahaf wrote: > >> + /** > >> + * Array of svn_version_loaded_lib_t describing loaded shared libraries. > >> + */ > >> + const apr_array_header_t *loaded_libs; > > Please document the type ('const char *' ? ) of array elements. > > Um, it says "Array of svn_version_(linked|loaded)_lib_t", which are > defined a few lines lower down in the file. What should I add to the > docstring?
Nothing, I misread, sorry.