Changeset 1287 for trunk/lib/Graph.h
- Timestamp:
- Nov 9, 2010, 4:47:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Graph.h
r1280 r1287 105 105 106 106 /** 107 Gets the right end of xrange to correspond to revision \a rev. 108 */ 109 static svn_revnum_t rev_max(void); 110 111 /** 107 112 Sets the left end of xrange to correspond to revision \a rev. 108 113 */ 109 114 static void rev_min(svn_revnum_t rev); 115 116 /** 117 Gets the left end of xrange to correspond to revision \a rev. 118 */ 119 static svn_revnum_t rev_min(void); 110 120 111 121 /**
Note: See TracChangeset
for help on using the changeset viewer.