Author: julianfoad
Date: Fri Mar  9 13:34:00 2018
New Revision: 1826345

URL: http://svn.apache.org/viewvc?rev=1826345&view=rev
Log:
* subversion/include/svn_opt.h
  (SVN_OPT_MAX_PARAGRAPHS): Document as "New in 1.11".

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

Modified: subversion/trunk/subversion/include/svn_opt.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_opt.h?rev=1826345&r1=1826344&r2=1826345&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_opt.h (original)
+++ subversion/trunk/subversion/include/svn_opt.h Fri Mar  9 13:34:00 2018
@@ -69,7 +69,8 @@ typedef svn_error_t *(svn_opt_subcommand
 /** The maximum number of options that can be accepted by a subcommand. */
 #define SVN_OPT_MAX_OPTIONS 50
 
-/** The maximum number of paragraphs of help text a subcommand can have. */
+/** The maximum number of paragraphs of help text a subcommand can have.
+ * @since New in 1.11. */
 #define SVN_OPT_MAX_PARAGRAPHS 100
 
 /** Options that have no short option char should use an identifying


Reply via email to