[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r9712 - in trunk/subversion: clients/cmdline include libsvn_subr

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-05-15 09:00:47 CEST

jpieper@tigris.org wrote:

> +/**
>+ * @since New in 1.1.
>+ *
>+ * Parse a working-copy or url in @a path, looking for an "@" sign, e.g.
>+ *
>+ * foo/bar/baz@13
>+ * http://blah/bloo@27
>+ * blarg/snarf@HEAD
>+ *
>+ * If an "@" is found, return the two halves in @a *truepath and @a
>+ * *rev, allocating from @a pool.
>+ *
>+ * If no "@" is found, set @a *truepath to @a path and @a *rev to kind
>+ * 'unspecified'.
>+ */
>
>
This docstring needs a brief description. Right now, that brief
description will end with "e.g." :-)
Also, be careful about using plain @ in doxygen docstrings; escape it
instead (\@ or @@).

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 15 09:02:22 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.