56c68757f5020c6ef65c137a37e10ad8d3bcb399 kate Thu Aug 9 16:43:27 2018 -0700 Fix comment. diff --git src/hg/inc/interactUi.h src/hg/inc/interactUi.h index c1ab347..031a880 100644 --- src/hg/inc/interactUi.h +++ src/hg/inc/interactUi.h @@ -26,19 +26,19 @@ #define INTERACT_ENDS_VISIBLE "endsVisible" #define INTERACT_ENDS_VISIBLE_TWO "two" #define INTERACT_ENDS_VISIBLE_ONE "one" #define INTERACT_ENDS_VISIBLE_ANY "any" #define INTERACT_ENDS_VISIBLE_DEFAULT INTERACT_ENDS_VISIBLE_ANY void interactCfgUi(char *database, struct cart *cart, struct trackDb *tdb, char *track, char *title, boolean boxed); /* Configure interact track type */ boolean interactUiDirectional(struct trackDb *tdb); /* Determine if interactions are directional */ boolean interactUiOffset(struct trackDb *tdb); -/* Determine if interactions are directional: +/* Determine if interactions should show source and target offset horizontally. * setting: interactDirectional offset */ #endif