Author: breser
Date: Fri Aug  9 00:54:27 2013
New Revision: 1512119

URL: http://svn.apache.org/r1512119
Log:
Hide some private macros from Doxygen.

* subversion/include/svn_config.h:
  (SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1,
   SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2): Hide from doxygen.

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=1512119&r1=1512118&r2=1512119&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Fri Aug  9 00:54:27 2013
@@ -172,10 +172,12 @@ typedef struct svn_config_t svn_config_t
 /* We want this to be printed on two lines in the generated config file,
  * but we don't want the # character to end up in the variable.
  */
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
 #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 \
   "*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo __pycache__"
 #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2 \
   "*.rej *~ #*# .#* .*.swp .DS_Store"
+#endif
 
 #define SVN_CONFIG_DEFAULT_GLOBAL_IGNORES \
   SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 " " \


Reply via email to