Author: svn-role
Date: Mon Apr 15 17:10:34 2013
New Revision: 1468149

URL: http://svn.apache.org/r1468149
Log:
Merge r1467675 from trunk:

 * r1467675
   Add missing Doxygen @since marker to svn_auth_forget_credentials().
   Justification:
     Friendliness to API consumers.
   Notes:
     I didn't check whether other related APIs are also missing @since tags.
   Votes:
     +1: danielsh, rhuijben, pburba

Modified:
    subversion/branches/1.8.x/   (props changed)
    subversion/branches/1.8.x/STATUS
    subversion/branches/1.8.x/subversion/include/svn_auth.h

Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1467675

Modified: subversion/branches/1.8.x/STATUS
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1468149&r1=1468148&r2=1468149&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Mon Apr 15 17:10:34 2013
@@ -48,12 +48,3 @@ Approved changes:
    Branch: 1.8.x-svn_fs_info-removal
    Votes:
      +1: danielsh, stsp, rhuijben
-
- * r1467675
-   Add missing Doxygen @since marker to svn_auth_forget_credentials().
-   Justification:
-     Friendliness to API consumers.
-   Notes:
-     I didn't check whether other related APIs are also missing @since tags.
-   Votes:
-     +1: danielsh, rhuijben, pburba

Modified: subversion/branches/1.8.x/subversion/include/svn_auth.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/include/svn_auth.h?rev=1468149&r1=1468148&r2=1468149&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/include/svn_auth.h (original)
+++ subversion/branches/1.8.x/subversion/include/svn_auth.h Mon Apr 15 17:10:34 
2013
@@ -702,6 +702,8 @@ svn_auth_save_credentials(svn_auth_iters
  * credential storage at all.  It is merely a way to cause Subversion
  * to forget about credentials already fetched from a provider,
  * forcing them to be fetched again later should they be required.
+ *
+ * @since New in 1.8.
  */
 svn_error_t *
 svn_auth_forget_credentials(svn_auth_baton_t *auth_baton,


Reply via email to