You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/09/11 00:19:44 UTC

svn commit: r1383135 - /subversion/trunk/subversion/include/svn_version.h

Author: brane
Date: Mon Sep 10 22:19:44 2012
New Revision: 1383135

URL: http://svn.apache.org/viewvc?rev=1383135&view=rev
Log:
* subversion/include/svn_version.h: Update docstrings.

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

Modified: subversion/trunk/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_version.h?rev=1383135&r1=1383134&r2=1383135&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_version.h (original)
+++ subversion/trunk/subversion/include/svn_version.h Mon Sep 10 22:19:44 2012
@@ -274,18 +274,23 @@ typedef struct svn_version_extended_t
   const char *runtime_osname;   /**< Running OS release name */
 
   /**
-   * Array svn_version_linked_lib_t describing dependent libraries.
+   * Array of svn_version_linked_lib_t describing dependent libraries.
    */
   const apr_array_header_t *linked_libs;
 
   /**
    * Array of svn_version_loaded_lib_t describing loaded shared libraries.
+   *
+   * On Mac OS X, the loaded frameworks, private frameworks and
+   * system libraries will not be listed here.
    */
   const apr_array_header_t *loaded_libs;
 } svn_version_extended_t;
 
 /**
  * Dependent library information.
+ * Describes the name and versions of * known dependencies
+ * used by libsvn_subr.
  *
  * @since New in 1.8.
  */
@@ -298,6 +303,8 @@ typedef struct svn_version_linked_lib_t
 
 /**
  * Loaded shared library information.
+ * Describes the name and, where available, version of the shared libraries
+ * loaded by the running program.
  *
  * @since New in 1.8.
  */