On Thu, Sep 22, 2011 at 3:31 AM, <[email protected]> wrote: > Author: danielsh > Date: Thu Sep 22 02:31:06 2011 > New Revision: 1173935 > > URL: http://svn.apache.org/viewvc?rev=1173935&view=rev > Log: > * subversion/include/private/svn_subr_private.h: Doxygen markup fixes.
You probably already know this, but stuff in include/private doesn't get processed by doxygen (and this comment wouldn't anyway, since it doesn't lead with a '/**' ). -Hyrum > > Modified: > subversion/trunk/subversion/include/private/svn_subr_private.h > > Modified: subversion/trunk/subversion/include/private/svn_subr_private.h > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_subr_private.h?rev=1173935&r1=1173934&r2=1173935&view=diff > ============================================================================== > --- subversion/trunk/subversion/include/private/svn_subr_private.h (original) > +++ subversion/trunk/subversion/include/private/svn_subr_private.h Thu Sep 22 > 02:31:06 2011 > @@ -113,8 +113,8 @@ svn_spillbuf__write(svn_spillbuf_t *buf, > apr_pool_t *scratch_pool); > > > -/* Read a block of memory from the spill buffer. @a data will be set to > - NULL if no content remains. Otherwise, @data and @len will point to > +/* Read a block of memory from the spill buffer. @a *data will be set to > + NULL if no content remains. Otherwise, @a data and @a len will point to > data that must be fully-consumed by the caller. This data will remain > valid until another call to svn_spillbuf_write(), svn_spillbuf_read(), > or svn_spillbuf_process(), or if the spill buffer's pool is cleared. */ > @@ -187,7 +187,7 @@ svn_spillbuf__reader_getc(char *c, > apr_pool_t *scratch_pool); > > > -/* Write @a len bytes from @a data into the spill-buffer in @reader. */ > +/* Write @a len bytes from @a data into the spill-buffer in @a reader. */ > svn_error_t * > svn_spillbuf__reader_write(svn_spillbuf_reader_t *reader, > const char *data, > > > -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com/

