changeset 18:882a80582a64

Doc on arguments of _walk_code_tree()
author Thinker K.F. Li <thinker@codemud.net>
date Fri, 10 Sep 2010 12:11:52 +0800
parents 2bf246207140
children e1197013c423
files src/cospy.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cospy.c	Fri Sep 10 12:07:47 2010 +0800
+++ b/src/cospy.c	Fri Sep 10 12:11:52 2010 +0800
@@ -130,6 +130,9 @@
  *
  * \param accept_code is tree code of nodes that calling cb for or -1
  *		to call cb for every node.
+ * \param cb is callback that you want to use for visiting selected nodes.
+ * \param data is user data passed to cb.
+ * \param parent is a link node to parent and ancestors.
  * \param visit is true for traveling and false for cleaning.
  */
 static void