From commits-return-50163-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Fri Jan 4 11:54:35 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 92BFF180660 for ; Fri, 4 Jan 2019 11:54:34 +0100 (CET) Received: (qmail 93355 invoked by uid 500); 4 Jan 2019 10:54:33 -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 93345 invoked by uid 99); 4 Jan 2019 10:54:33 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2019 10:54:33 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 115123A0917 for ; Fri, 4 Jan 2019 10:54:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1850345 - in /subversion/trunk/subversion/include: svn_opt_impl.h svn_types_impl.h Date: Fri, 04 Jan 2019 10:54:32 -0000 To: commits@subversion.apache.org From: brane@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190104105433.115123A0917@svn01-us-west.apache.org> Author: brane Date: Fri Jan 4 10:54:32 2019 New Revision: 1850345 URL: http://svn.apache.org/viewvc?rev=1850345&view=rev Log: * subversion/include/svn_opt_impl.h, subversion/include/svn_types_impl.h: Fix file-level docstrings. Modified: subversion/trunk/subversion/include/svn_opt_impl.h subversion/trunk/subversion/include/svn_types_impl.h Modified: subversion/trunk/subversion/include/svn_opt_impl.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_opt_impl.h?rev=1850345&r1=1850344&r2=1850345&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_opt_impl.h (original) +++ subversion/trunk/subversion/include/svn_opt_impl.h Fri Jan 4 10:54:32 2019 @@ -20,9 +20,12 @@ * ==================================================================== * @endcopyright * - * @file svn_opt.h + * @file svn_opt_impl.h * @brief Option and argument parsing for Subversion command lines * (common implementation) + * + * @warning This is a @b private implementation-specific header file. + * User code should include @ref svn_opt.h instead. */ /* NOTE: Modified: subversion/trunk/subversion/include/svn_types_impl.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types_impl.h?rev=1850345&r1=1850344&r2=1850345&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_types_impl.h (original) +++ subversion/trunk/subversion/include/svn_types_impl.h Fri Jan 4 10:54:32 2019 @@ -20,10 +20,11 @@ * ==================================================================== * @endcopyright * - * @file svn_types.h + * @file svn_types_impl.h * @brief Subversion's data types (common implementation) - * This is a @b private implementation-specific header file. - * User code should not include it directly. + * + * @warning This is a @b private implementation-specific header file. + * User code should include @ref svn_types.h instead. */ /* NOTE: