You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/10/06 13:04:30 UTC

svn commit: r1706983 - /subversion/trunk/subversion/include/svn_config.h

Author: rhuijben
Date: Tue Oct  6 11:04:29 2015
New Revision: 1706983

URL: http://svn.apache.org/viewvc?rev=1706983&view=rev
Log:
* subversion/include/svn_config.h
  (SVN_CONFIG_OPTION_NO_UNLOCK,
   SVN_CONFIG_OPTION_MIMETYPES_FILE,
   SVN_CONFIG_OPTION_PRESERVED_CF_EXTS): Add @since information.

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

Modified: subversion/trunk/subversion/include/svn_config.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1706983&r1=1706982&r2=1706983&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Tue Oct  6 11:04:29 2015
@@ -139,8 +139,11 @@ typedef struct svn_config_t svn_config_t
 #define SVN_CONFIG_OPTION_ENABLE_AUTO_PROPS         "enable-auto-props"
 /** @since New in 1.9. */
 #define SVN_CONFIG_OPTION_ENABLE_MAGIC_FILE         "enable-magic-file"
+/** @since New in 1.2. */
 #define SVN_CONFIG_OPTION_NO_UNLOCK                 "no-unlock"
+/** @since New in 1.5. */
 #define SVN_CONFIG_OPTION_MIMETYPES_FILE            "mime-types-file"
+/** @since New in 1.5. */
 #define SVN_CONFIG_OPTION_PRESERVED_CF_EXTS         "preserved-conflict-file-exts"
 /** @since New in 1.7. */
 #define SVN_CONFIG_OPTION_INTERACTIVE_CONFLICTS     "interactive-conflicts"