Author: julianfoad
Date: Wed May 27 12:52:09 2015
New Revision: 1682005
URL: http://svn.apache.org/r1682005
Log:
Fix Doxygen mark-up.
* subversion/include/svn_error.h
(svn_error_quick_wrap): Use '@a ' not just '@' to refer to a parameter.
* subversion/include/svn_x509.h
(svn_x509_oid_to_string): Same.
Modified:
subversion/trunk/subversion/include/svn_error.h
subversion/trunk/subversion/include/svn_x509.h
Modified: subversion/trunk/subversion/include/svn_error.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error.h?rev=1682005&r1=1682004&r2=1682005&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error.h (original)
+++ subversion/trunk/subversion/include/svn_error.h Wed May 27 12:52:09 2015
@@ -165,7 +165,7 @@ svn_error_wrap_apr(apr_status_t status,
...)
__attribute__((format(printf, 2, 3)));
-/** If @child is SVN_NO_ERROR, return SVN_NO_ERROR.
+/** If @a child is SVN_NO_ERROR, return SVN_NO_ERROR.
* Else, prepend a new error to the error chain of @a child. The new error
* uses @a new_msg as error message but all other error attributes (such
* as the error code) are copied from @a child.
Modified: subversion/trunk/subversion/include/svn_x509.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_x509.h?rev=1682005&r1=1682004&r2=1682005&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_x509.h (original)
+++ subversion/trunk/subversion/include/svn_x509.h Wed May 27 12:52:09 2015
@@ -188,7 +188,7 @@ svn_x509_certinfo_get_hostnames(const sv
* Given an @a oid return a null-terminated C string representation.
* For example an OID with the bytes "\x2A\x86\x48\x86\xF7\x0D\x01\x09\x01"
* would be converted to the string "1.2.840.113549.1.9.1". Returns
- * NULL if the @oid can't be represented as a string.
+ * NULL if the @a oid can't be represented as a string.
*
* @since New in 1.9. */
const char *