[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] small documentation improvement

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-11-23 22:09:41 CET

[[[
doxygen documentation: mention how to remove a config value

* Subversion/subversion/include/svn_config.h
]]]
Index: Subversion/subversion/include/svn_config.h
===================================================================
--- Subversion/subversion/include/svn_config.h (revision 27993)
+++ Subversion/subversion/include/svn_config.h (working copy)
@@ -200,6 +200,8 @@
   * @a value.
   *
   * This function invalidates all value expansions in @a cfg.
+ *
+ * To remove an option, pass NULL for the \c value.
   */
  void svn_config_set(svn_config_t *cfg,
                      const char *section, const char *option,

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

[[[
doxygen documentation: mention how to remove a config value

* Subversion/subversion/include/svn_config.h
]]]
Index: Subversion/subversion/include/svn_config.h
===================================================================
--- Subversion/subversion/include/svn_config.h (revision 27993)
+++ Subversion/subversion/include/svn_config.h (working copy)
@@ -200,6 +200,8 @@
  * @a value.
  *
  * This function invalidates all value expansions in @a cfg.
+ *
+ * To remove an option, pass NULL for the \c value.
  */
 void svn_config_set(svn_config_t *cfg,
                     const char *section, const char *option,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 23 22:09:57 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.