ac7eb539eddf7c733a2319d409807d3d5f126bdc
kent
  Mon Feb 1 17:25:34 2021 -0800
Improved commenting.

diff --git src/hg/lib/facetedTable.c src/hg/lib/facetedTable.c
index d512ad1..3f929f5 100644
--- src/hg/lib/facetedTable.c
+++ src/hg/lib/facetedTable.c
@@ -1,15 +1,17 @@
+/* facetedTable - routines to help produce a sortable table with facet selection fields.
+ * This builds on top of things in tablesTables and facetField. */
 
 #include "common.h"
 #include "hash.h"
 #include "hdb.h"
 #include "web.h"
 #include "trashDir.h"
 #include "hCommon.h"
 #include "hgColors.h"
 #include "fieldedTable.h"
 #include "tablesTables.h"
 #include "facetField.h"
 #include "hgConfig.h"
 #include "facetedTable.h"
 
 static struct facetedTable *facetedTableNew(char *name, char *varPrefix, char *facets)