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 8D93FFFF4 for ; Tue, 2 Apr 2013 20:42:46 +0000 (UTC) Received: (qmail 27565 invoked by uid 500); 2 Apr 2013 20:42:46 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 27538 invoked by uid 500); 2 Apr 2013 20:42:46 -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 27530 invoked by uid 99); 2 Apr 2013 20:42:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 20:42:46 +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; Tue, 02 Apr 2013 20:42:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E47F238889B; Tue, 2 Apr 2013 20:42:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1463747 - in /subversion/trunk/subversion/include: svn_config.h svn_io.h Date: Tue, 02 Apr 2013 20:42:23 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130402204223.4E47F238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: julianfoad Date: Tue Apr 2 20:42:22 2013 New Revision: 1463747 URL: http://svn.apache.org/r1463747 Log: Fix Doxygen mark-up. * subversion/include/svn_config.h (svn_config_get_int64): s/@cfg/@a cfg/. * subversion/include/svn_io.h (svn_io_start_cmd3): s/@env/@a env/. Modified: subversion/trunk/subversion/include/svn_config.h subversion/trunk/subversion/include/svn_io.h Modified: subversion/trunk/subversion/include/svn_config.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1463747&r1=1463746&r2=1463747&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_config.h (original) +++ subversion/trunk/subversion/include/svn_config.h Tue Apr 2 20:42:22 2013 @@ -341,7 +341,7 @@ svn_config_set_bool(svn_config_t *cfg, /** Like svn_config_get(), but for 64-bit signed integers. * - * Parses the @a option in @a section of @cfg as an integer value, + * Parses the @a option in @a section of @a cfg as an integer value, * setting @a *valuep to the result. If the option is not found, sets * @a *valuep to @a default_value. If the option is found but cannot * be converted to an integer, returns an error. Modified: subversion/trunk/subversion/include/svn_io.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=1463747&r1=1463746&r2=1463747&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_io.h (original) +++ subversion/trunk/subversion/include/svn_io.h Tue Apr 2 20:42:22 2013 @@ -1670,7 +1670,7 @@ svn_io_dir_walk(const char *dirname, * @note An APR bug affects Windows: passing a NULL @a env does not * guarantee the invoked program to run with an empty environment when * @a inherits is FALSE, the program may inherit its parent's environment. - * Explicitly pass an empty @env to get an empty environment. + * Explicitly pass an empty @a env to get an empty environment. * * @since New in 1.8. */