addc18fca8d5b05507a3c3b9e22d08bd35280434 kate Thu Feb 12 11:55:29 2015 -0800 Renames to fix poor name choice (meta->vocab). refs #14353 diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 41b4886..23260cc 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1362,24 +1362,24 @@ void extraFieldsFree(struct extraField **pExtras); // frees all mem for extraFields list #endif///def EXTRA_FIELDS_SUPPORT struct asObject *asForTdb(struct sqlConnection *conn, struct trackDb *tdb); // Get autoSQL description if any associated with table. struct asColumn *asColumnFind(struct asObject *asObj, char *name); // Return named column. struct slName *asColNames(struct asObject *as); // Get list of column names. /********************/ -/* Basic metadata for subgroups and input fields */ +/* Basic info for controlled vocabulary terms (e.g. to display for composites, or cluster tracks */ -char *metaVocabLink(struct hash *metaFieldHash, char *term, char *title); +char *vocabLink(struct hash *vocabFieldHash, char *term, char *title); /* Make an anchor with mouseover containing description and link if present */ -struct hash *metaBasicFromSetting(struct trackDb *parentTdb, struct cart *cart, char *setting); -/* Get description and URL for all metaTables. Returns a hash of hashes */ +struct hash *vocabBasicFromSetting(struct trackDb *parentTdb, struct cart *cart, char *setting); +/* Get description and URL for all vocabTables. Returns a hash of hashes */ #endif /* HUI_H */