Peter N. Lundblad wrote:
>On Thu, 31 Mar 2005 fitz@tigris.org wrote:
>
>
>
>>Author: fitz
>>Date: Thu Mar 31 15:36:00 2005
>>New Revision: 13807
>>
>>Modified:
>> trunk/subversion/include/svn_wc.h
>>Log:
>>* subversion/include/svn_wc.h (svn_wc_notify_t): Doxygen fixes. No
>> code changes.
>>
>>
>>Modified: trunk/subversion/include/svn_wc.h
>>Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/include/svn_wc.h?view=diff&rev=13807&p1=trunk/subversion/include/svn_wc.h&r1=13806&p2=trunk/subversion/include/svn_wc.h&r2=13807
>>==============================================================================
>>--- trunk/subversion/include/svn_wc.h (original)
>>+++ trunk/subversion/include/svn_wc.h Thu Mar 31 15:36:00 2005
>>@@ -595,38 +595,38 @@
>> *
>> * Structure used in the @c svn_wc_notify_func2_t function.
>> *
>>- * @c path is either absolute or relative to the current working directory
>>- * (i.e., not relative to an anchor). @c action describes what happened
>>- * to @c path.
>>+ * @a path is either absolute or relative to the current working directory
>>+ * (i.e., not relative to an anchor). @a action describes what happened
>>+ * to @a path.
>> *
>>
>>
>...and so on.
>
>I thought @a was for arguments only. That's why I changed all those to
>@c:-(
>
>
Yes, @a is only for arguments.
But field docs should be attached to the fields themeselves, not hidden
in the struct document. So about half of this docstring is in the wrong
place.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 1 22:19:47 2005