You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/09/15 16:06:22 UTC

svn commit: r997342 - /subversion/trunk/subversion/include/svn_error_codes.h

Author: hwright
Date: Wed Sep 15 14:06:22 2010
New Revision: 997342

URL: http://svn.apache.org/viewvc?rev=997342&view=rev
Log:
* subversion/include/svn_error_codes.h
  (SVN_ERR_WC_NOT_WORKING_COPY): Add a link in the docstring.
  (SVN_ERR_WC_NOT_DIRECTORY): Make doxygen recognize this docstring.

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

Modified: subversion/trunk/subversion/include/svn_error_codes.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error_codes.h?rev=997342&r1=997341&r2=997342&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error_codes.h (original)
+++ subversion/trunk/subversion/include/svn_error_codes.h Wed Sep 15 14:06:22 2010
@@ -365,14 +365,14 @@ SVN_ERROR_START
              SVN_ERR_WC_CATEGORY_START + 6,
              "Invalid lock")
 
- /** Previously this error number was used by SVN_ERR_WC_NOT_DIRECTORY, which
+ /** Previously this error number was used by #SVN_ERR_WC_NOT_DIRECTORY, which
   * is now an alias for this error.
   * @since Since 1.7. */
   SVN_ERRDEF(SVN_ERR_WC_NOT_WORKING_COPY,
              SVN_ERR_WC_CATEGORY_START + 7,
              "Path is not a working copy directory")
 
-  /* This name is deprecated. Use SVN_ERR_WC_NOT_WORKING_COPY.
+  /** This name is deprecated. Use #SVN_ERR_WC_NOT_WORKING_COPY.
    * @deprecated Provided for backward compatibility with the 1.6 API. */
 #define SVN_ERR_WC_NOT_DIRECTORY SVN_ERR_WC_NOT_WORKING_COPY