]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.h
documentation update
[ginac.git] / ginac / registrar.h
index 8eb4d31d7f3ec09350e8a43c5949fa1720ffc1c0..e800001973abeb8242a2eb0ccf26d2b19f40b8a4 100644 (file)
@@ -3,7 +3,7 @@
  *  GiNaC's class registrar (for class basic and all classes derived from it). */
 
 /*
- *  GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -53,11 +53,11 @@ struct registered_class_info {
                first_registered_class = this;
        }
 
-       registered_class_info *next;    /**< Pointer to next registered_class_info in list. */
-       const char *name;                               /**< Class name. */
-       const char *super;                              /**< Name of superclass. */
-       unsigned int tinfo_key;                 /**< TINFO_* key. */
-       unarch_func unarchive;                  /**< Pointer to unarchiving function. */
+       registered_class_info *next;  /**< Pointer to next registered_class_info in list. */
+       const char *name;             /**< Class name. */
+       const char *super;            /**< Name of superclass. */
+       unsigned int tinfo_key;       /**< TINFO_* key. */
+       unarch_func unarchive;        /**< Pointer to unarchiving function. */
 };