X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcclptree.c;h=920184a2c54988163e025d9d7aea607e415dac3b;hb=05c274ef315384faafcc5900c17468f0ea2474e6;hp=7bbb0f2957cf39319d1f11c8f2c7903542bd9dff;hpb=0420d74c15267c4cb7903503b51937f836096b7a;p=yaz-moved-to-github.git diff --git a/src/cclptree.c b/src/cclptree.c index 7bbb0f2..920184a 100644 --- a/src/cclptree.c +++ b/src/cclptree.c @@ -41,10 +41,19 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * */ + +/** + * \file cclptree.c + * \brief Implements CCL parse tree printing + * + * This source file implements functions to parse and print + * a CCL node tree (as a result of parsing). + */ + /* CCL print rpn tree - infix notation * Europagate, 1995 * - * $Id: cclptree.c,v 1.2 2003-12-18 13:08:48 adam Exp $ + * $Id: cclptree.c,v 1.3 2004-10-15 00:18:59 adam Exp $ * * Old Europagate Log: * @@ -265,7 +274,7 @@ void ccl_pquery (WRBUF w, struct ccl_rpn_node *p) /* * Local variables: - * tab-width: 4 + * tab-width: 8 * c-basic-offset: 4 * End: */