Author: stefan2
Date: Thu Jun  2 14:09:41 2011
New Revision: 1130561

URL: http://svn.apache.org/viewvc?rev=1130561&view=rev
Log:
* notes/knobs
  Put a clarification in the Introduction section to prevent the
  impression that SVN_* identifiers would be public.

Modified:
    subversion/trunk/notes/knobs

Modified: subversion/trunk/notes/knobs
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/knobs?rev=1130561&r1=1130560&r2=1130561&view=diff
==============================================================================
--- subversion/trunk/notes/knobs (original)
+++ subversion/trunk/notes/knobs Thu Jun  2 14:09:41 2011
@@ -13,14 +13,15 @@
 1 Introduction
 ==============
 
+This is a document intended for use by Subversion developers only.
+In particular, interface naming rules do not apply here. I.e. even
+SVN_* identifiers are not part of the public API unless declared
+as public in some public header file.
+
 The SVN source code boasts a number of enviroment variable or C pre-
 processor enabled tweaks that are mainly aimed at developer support.
 If you introduce new ones, please document them here.
 
-The usual namespace rules apply: names that don't begin with "SVN_" or
-contain double underscores are not part of the public API and may change
-arbitrarily at any time (including between patch releases).
-
 
 2 Defines and Environment Variables
 ===================================


Reply via email to