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 2010/06/25 12:17:41 UTC

svn commit: r957873 - /subversion/trunk/subversion/include/svn_dirent_uri.h

Author: rhuijben
Date: Fri Jun 25 10:17:40 2010
New Revision: 957873

URL: http://svn.apache.org/viewvc?rev=957873&view=rev
Log:
* subversion/include/svn_dirent_uri.h
  (svn_dirent_is_under_root): Add missing '*', required for doxygen parsing.

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

Modified: subversion/trunk/subversion/include/svn_dirent_uri.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_dirent_uri.h?rev=957873&r1=957872&r2=957873&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_dirent_uri.h (original)
+++ subversion/trunk/subversion/include/svn_dirent_uri.h Fri Jun 25 10:17:40 2010
@@ -763,7 +763,7 @@ svn_uri_condense_targets(const char **pc
                          apr_pool_t *result_pool,
                          apr_pool_t *scratch_pool);
 
-/* Check that when @a path is joined to @a base_path, the resulting path
+/** Check that when @a path is joined to @a base_path, the resulting path
  * is still under BASE_PATH in the local filesystem. If not, return @c FALSE.
  * If @c TRUE is returned, @a *full_path will be set to the absolute path
  * of @a path, allocated in @a pool.