Author: danielsh
Date: Fri Nov 24 18:48:39 2017
New Revision: 1816249
URL: http://svn.apache.org/viewvc?rev=1816249&view=rev
Log:
* subversion/include/svn_client.h
(svn_client_shelves_any): Mark the comment as a doxygen comment.
Modified:
subversion/trunk/subversion/include/svn_client.h
Modified: subversion/trunk/subversion/include/svn_client.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1816249&r1=1816248&r2=1816249&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Fri Nov 24 18:48:39 2017
@@ -6803,7 +6803,7 @@ svn_client_shelves_list(apr_hash_t **she
apr_pool_t *result_pool,
apr_pool_t *scratch_pool);
-/* Set @a *any_shelved to indicate if there are any shelved changes in this WC.
+/** Set @a *any_shelved to indicate if there are any shelved changes in this
WC.
*
* This shall provide the answer fast, regardless of how many changes
* are stored, unlike svn_client_shelves_list().