Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A6B5D4D6 for ; Sat, 1 Dec 2012 20:21:39 +0000 (UTC) Received: (qmail 50187 invoked by uid 500); 1 Dec 2012 20:21:39 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 50077 invoked by uid 500); 1 Dec 2012 20:21:38 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 50062 invoked by uid 99); 1 Dec 2012 20:21:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 20:21:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 20:21:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2FB14238890B; Sat, 1 Dec 2012 20:21:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1416048 - /subversion/trunk/subversion/include/svn_wc.h Date: Sat, 01 Dec 2012 20:21:14 -0000 To: commits@subversion.apache.org From: rhuijben@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121201202115.2FB14238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhuijben Date: Sat Dec 1 20:21:14 2012 New Revision: 1416048 URL: http://svn.apache.org/viewvc?rev=1416048&view=rev Log: * subversion/include/svn_wc.h (svn_wc_canonicalize_svn_prop_get_file_t, svn_wc_canonicalize_svn_prop): Add missing @since. Reference not deprecated function. 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=1416048&r1=1416047&r2=1416048&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_wc.h (original) +++ subversion/trunk/subversion/include/svn_wc.h Sat Dec 1 20:21:14 2012 @@ -6161,6 +6161,8 @@ svn_wc_is_entry_prop(const char *name); * (Currently, this is used if you are attempting to set the * #SVN_PROP_EOL_STYLE property, to make sure that the value matches * the mime type and contents.) + * + * @since New in 1.5. */ typedef svn_error_t *(*svn_wc_canonicalize_svn_prop_get_file_t)( const svn_string_t **mime_type, @@ -6192,7 +6194,9 @@ typedef svn_error_t *(*svn_wc_canonicali * for error messages. * * ### This is not actually related to the WC, but it does need to call - * ### svn_wc_parse_externals_description2. + * ### svn_wc_parse_externals_description3. + * + * @since New in 1.5. */ svn_error_t * svn_wc_canonicalize_svn_prop(const svn_string_t **propval_p,