You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/05/06 15:50:20 UTC

svn commit: r941729 - /subversion/trunk/subversion/include/svn_wc.h

Author: stsp
Date: Thu May  6 13:50:20 2010
New Revision: 941729

URL: http://svn.apache.org/viewvc?rev=941729&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_read_kind): Asking questions in docstring. If you know
   the answers please put them here. Thanks!

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=941729&r1=941728&r2=941729&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Thu May  6 13:50:20 2010
@@ -7592,6 +7592,9 @@ svn_wc_exclude(svn_wc_context_t *wc_ctx,
  * If it is versioned but hidden and @a show_hidden is @c FALSE, also return @c
  * svn_node_none.
  *
+ * ### What does hidden really mean?
+ * ### What happens when show_hidden is TRUE?
+ *
  * If the node's info is incomplete, it may or may not have a known node kind
  * set. If the kind is not known (yet), set @a kind to @c svn_node_unknown.
  * Otherwise return the node kind even though the node is marked incomplete.