src/hg/hgTracks/imageV2.c 1.29

1.29 2010/05/14 21:34:15 kent
improving layout of comment
Index: src/hg/hgTracks/imageV2.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/imageV2.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -b -B -U 4 -r1.28 -r1.29
--- src/hg/hgTracks/imageV2.c	14 May 2010 17:31:54 -0000	1.28
+++ src/hg/hgTracks/imageV2.c	14 May 2010 21:34:15 -0000	1.29
@@ -771,12 +771,12 @@
 return sliceGetMap(slice,FALSE); // Map could belong to image or could be slice specific
 }
 
 int imgTrackAddMapItem(struct imgTrack *imgTrack,char *link,char *title,int topLeftX,int topLeftY,int bottomRightX,int bottomRightY, char *id)
-/* Will add a map item it an imgTrack's appropriate slice's map
-   Since a map item may span slices, the imgTrack is in the best position to determine where to put the map item
-   returns count of map items added, which could be 0, 1 or more than one if item spans slices
-   NOTE: Precedence is given to first map item when adding items with same coordinates! */
+/* Will add a map item to an imgTrack's appropriate slice's map.  Since a map item may span 
+ * slices, the imgTrack is in the best position to determine where to put the map item
+ * returns count of map items added, which could be 0, 1 or more than one if item spans slices
+ * NOTE: Precedence is given to first map item when adding items with same coordinates! */
 {
 struct imgSlice *slice;
 char *imgFile = NULL;               // name of file that hold the image