You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gb...@apache.org on 2013/03/26 16:16:41 UTC

svn commit: r1461180 - /subversion/trunk/subversion/include/svn_config.h

Author: gbg
Date: Tue Mar 26 15:16:41 2013
New Revision: 1461180

URL: http://svn.apache.org/r1461180
Log:
Add plain comment that will not be processed by Doxygen, which
explains that the list of #defines is intentionally presented as a
nested list.
 
* subversion/include/svn_config.h(Configuration Defines): Add plain
    comment.

Approved by: C. Michael Pilato

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

Modified: subversion/trunk/subversion/include/svn_config.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1461180&r1=1461179&r2=1461180&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Tue Mar 26 15:16:41 2013
@@ -62,6 +62,10 @@ typedef struct svn_config_t svn_config_t
  * client configuration files.
  * @{
  */
+
+ /* This list of #defines is intentionally presented as a nested list
+    that matches the in-config hierarchy.  */
+
 #define SVN_CONFIG_CATEGORY_SERVERS        "servers"
 #define SVN_CONFIG_SECTION_GROUPS               "groups"
 #define SVN_CONFIG_SECTION_GLOBAL               "global"