You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/03/20 19:07:26 UTC

svn commit: r925644 - /subversion/trunk/subversion/include/svn_wc.h

Author: hwright
Date: Sat Mar 20 18:07:26 2010
New Revision: 925644

URL: http://svn.apache.org/viewvc?rev=925644&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_notify_action_t): Doxygen-ify a member comment.

Modified:
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=925644&r1=925643&r2=925644&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Sat Mar 20 18:07:26 2010
@@ -1049,7 +1049,7 @@ typedef enum svn_wc_notify_action_t
    * @since New in 1.7. */
   svn_wc_notify_update_update_deleted,
 
-  /* The mergeinfo on path was updated.  @since New in 1.7. */
+  /** The mergeinfo on path was updated.  @since New in 1.7. */
   svn_wc_notify_merge_record_info,
 
   /** An working copy directory was upgraded to the latest format