X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcql.y;h=d2cc5c5a173e1bba307ce511d88219c3cf9a3da3;hp=91dbf7c1ffe672413f3eaacaaa483e80426e17b6;hb=f53079fadcadb1eeef45e1e6d254801d984d6068;hpb=740ed563d470a188a1cf09971de266e8a2a830ce diff --git a/src/cql.y b/src/cql.y index 91dbf7c..d2cc5c5 100644 --- a/src/cql.y +++ b/src/cql.y @@ -1,4 +1,4 @@ -/* $Id: cql.y,v 1.5 2004-10-02 13:28:26 adam Exp $ +/* $Id: cql.y,v 1.6 2004-10-03 22:34:07 adam Exp $ Copyright (C) 2002-2004 Index Data Aps @@ -9,6 +9,12 @@ See the file LICENSE. bison parser for CQL grammar. */ %{ +/** + * \file cql.c + * \brief Implements CQL parser. + * + * This is a YACC parser, but since it must be reentrant, Bison is required. + */ #include #include #include