Initial work for Doxygen based YAZ reference
[yaz-moved-to-github.git] / src / cqltransform.c
index 6ceeb63..5cca9a6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cqltransform.c,v 1.10 2004-10-02 13:28:26 adam Exp $
+/* $Id: cqltransform.c,v 1.11 2004-10-03 22:34:07 adam Exp $
    Copyright (C) 2002-2004
    Index Data Aps
 
@@ -7,6 +7,11 @@ This file is part of the YAZ toolkit.
 See the file LICENSE.
 */
 
+/**
+ * \file cqltransform.c
+ * \brief Implements CQL transform (CQL to RPN conversion).
+ */
+
 #include <stdlib.h>
 #include <string.h>
 #include <yaz/cql.h>