Index: /trunk/glueforge/templates/psdb/alloc_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/alloc_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/alloc_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% object_name %]Alloc() - Creates a new [% object_name %] object])
+AT_SETUP([[% object_name %]Alloc()])
 AT_KEYWORDS([[% object_name %]Alloc])
 
Index: /trunk/glueforge/templates/psdb/cleanup_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/cleanup_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/cleanup_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]Cleanup() - Closes a database connection])
+AT_SETUP([[% namespace %]Cleanup()])
 AT_KEYWORDS([[% namespace %]Cleanup])
 
Index: /trunk/glueforge/templates/psdb/createtable_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/createtable_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/createtable_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]CreateTable() - Creates a new [% table_name %]table])
+AT_SETUP([[% namespace %]CreateTable()])
 AT_KEYWORDS([[% namespace %]CreateTable])
 
Index: /trunk/glueforge/templates/psdb/droptable_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/droptable_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/droptable_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]DropTable() - Deletes a [% table_name %] table])
+AT_SETUP([[% namespace %]DropTable()])
 AT_KEYWORDS([[% namespace %]DropTable])
 
Index: /trunk/glueforge/templates/psdb/init_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/init_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/init_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]Init() - Opens a new database connection])
+AT_SETUP([[% namespace %]Init()])
 AT_KEYWORDS([[% namespace %]Init])
 
Index: /trunk/glueforge/templates/psdb/insert_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/insert_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/insert_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]Insert() - Insert a single row into a table])
+AT_SETUP([[% namespace %]Insert()])
 AT_KEYWORDS([[% namespace %]Insert])
 
Index: /trunk/glueforge/templates/psdb/insertfits_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/insertfits_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/insertfits_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]InsertFits() - Insert data from a binary FITS table [% object_name %] into the database])
+AT_SETUP([[% namespace %]InsertFits()])
 AT_KEYWORDS([[% namespace %]InsertFits])
 
Index: /trunk/glueforge/templates/psdb/insertobject_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/insertobject_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/insertobject_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]InsertObject() - Insert a single [% object_name %] object into a table])
+AT_SETUP([[% namespace %]InsertObject()])
 AT_KEYWORDS([[% namespace %]InsertObject])
 
Index: /trunk/glueforge/templates/psdb/metadatafromobject_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/metadatafromobject_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/metadatafromobject_at.tt	(revision 4335)
@@ -1,4 +1,4 @@
-AT_SETUP([[% object_name %]MetadataFromObject() - Convert a [% object_name %] into an equivalent psMetadata])
-AT_KEYWORDS([[% object_name %]MetadataFromObject])
+AT_SETUP([[% namespace %]MetadataFromObject()])
+AT_KEYWORDS([[% namespace %]MetadataFromObject])
 
 AT_CHECK([metadatafromobject])
Index: /trunk/glueforge/templates/psdb/pop_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/pop_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/pop_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]Pop() - Removes the last row from the database and returns it])
+AT_SETUP([[% namespace %]Pop()])
 AT_KEYWORDS([[% namespace %]Pop])
 
Index: /trunk/glueforge/templates/psdb/popfits_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/popfits_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/popfits_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]PopFits() - Removes the last limit row from the database and returns them in a binary FITS table])
+AT_SETUP([[% namespace %]PopFits()])
 AT_KEYWORDS([[% namespace %]PopFits])
 
Index: /trunk/glueforge/templates/psdb/popobject_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/popobject_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/popobject_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]PopObject() - Removes the last row from the database and returns it])
+AT_SETUP([[% namespace %]PopObject()])
 AT_KEYWORDS([[% namespace %]PopObject])
 
Index: /trunk/glueforge/templates/psdb/selectrowsfits_at.tt
===================================================================
--- /trunk/glueforge/templates/psdb/selectrowsfits_at.tt	(revision 4334)
+++ /trunk/glueforge/templates/psdb/selectrowsfits_at.tt	(revision 4335)
@@ -1,3 +1,3 @@
-AT_SETUP([[% namespace %]SelectRowsFits() - Selects up to limit from the database and returns them in a binary FITS table])
+AT_SETUP([[% namespace %]SelectRowsFits()])
 AT_KEYWORDS([[% namespace %]SelectRowsFits])
 
