commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/lib/classdefs gcdparser.h


From: Neil Tiffin
Subject: gnue/geas/lib/classdefs gcdparser.h
Date: Mon, 14 May 2001 11:40:47 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/05/14 11:40:47

Modified files:
        geas/lib/classdefs: gcdparser.h 

Log message:
        Another test of doxygen.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/lib/classdefs/gcdparser.h.diff?cvsroot=OldCVS&tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: gnue/geas/lib/classdefs/gcdparser.h
diff -u gnue/geas/lib/classdefs/gcdparser.h:1.20 
gnue/geas/lib/classdefs/gcdparser.h:1.21
--- gnue/geas/lib/classdefs/gcdparser.h:1.20    Mon May 14 11:04:32 2001
+++ gnue/geas/lib/classdefs/gcdparser.h Mon May 14 11:40:47 2001
@@ -21,7 +21,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
-   $Id: gcdparser.h,v 1.20 2001/05/14 18:04:32 ntiffin Exp $
+   $Id: gcdparser.h,v 1.21 2001/05/14 18:40:47 ntiffin Exp $
    
 */
 
@@ -94,14 +94,14 @@
   signed long int       bounds;         /*     -1 = reference,    */
                                         /*      0 = unlimited list, */
                                         /* +other = bounded list, not 
implemented */
-                                        /* method */
-  odl_argumentlist     *arguments;
-                                        /* calculated */
-  char                 *calculation;
-                                        /* enum */
-  GList                *elements;
+  odl_argumentlist     *arguments;      /* method */
+  char                 *calculation;    /* calculated */
+  GList                *elements;       /* enum */
 };
 
+/** \struct _odl_argument
+ *  \brief 
+ */
 struct _odl_argument
 {
   struct _odl_item     *method;
@@ -110,11 +110,17 @@
   char                 *classdatatype;
 };
 
+/** \struct _odl_tree
+ *  \brief 
+ */
 struct _odl_tree
 {
   struct _odl_container *root;
 };
 
+/** \struct _odl_datatype
+ *  \brief 
+ */
 typedef struct
 {
   gboolean              unsignedval;
@@ -124,6 +130,9 @@
 }
 _odl_datatype;
 
+/** \struct _odl_datasource
+ *  \brief 
+ */
 typedef struct
 {
   GList                *fields;
@@ -132,6 +141,9 @@
 }
 _odl_datasource;
 
+/** \struct _odl_index
+ *  \brief 
+ */
 typedef struct
 {
   gboolean              unique;
@@ -140,6 +152,13 @@
 }
 _odl_index;
 
+/** \brief Create new ODL data type.
+ *  \param unsignedval ?.
+ *  \param name Name of datatype.
+ *  \param bound Bounds for list (not implemented).
+ *  \param dt Data type.
+ *  \return Pointer to created ODL data type.
+ */
 _odl_datatype        *alloc_odl_datatype (gboolean unsignedval, char *name,
                                           unsigned long int bound,
                                           enum odl_datatype dt);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]