You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/02/11 10:28:38 UTC

svn commit: r1444690 - /subversion/branches/fsfs-format7/subversion/include/private/svn_cache.h

Author: stefan2
Date: Mon Feb 11 09:28:37 2013
New Revision: 1444690

URL: http://svn.apache.org/r1444690
Log:
On the fsfs-format7 branch: No functional change

* subversion/include/private/svn_cache.h
  (svn_cache__get_global_membuffer_cache): minor fix on Doxygen formatting

Modified:
    subversion/branches/fsfs-format7/subversion/include/private/svn_cache.h

Modified: subversion/branches/fsfs-format7/subversion/include/private/svn_cache.h
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/include/private/svn_cache.h?rev=1444690&r1=1444689&r2=1444690&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/include/private/svn_cache.h (original)
+++ subversion/branches/fsfs-format7/subversion/include/private/svn_cache.h Mon Feb 11 09:28:37 2013
@@ -509,7 +509,8 @@ svn_string_t *
 svn_cache__format_info(const svn_cache__info_t *info,
                        apr_pool_t *result_pool);
 
-/* Access the process-global (singleton) membuffer cache. The first call
+/**
+ * Access the process-global (singleton) membuffer cache. The first call
  * will automatically allocate the cache using the current cache config.
  * NULL will be returned if the desired cache size is 0.
  *