changeset 613 | 8fb5b3956b3e |
parent 408 | c2a05fa925a1 |
child 621 | c60984c46f9f |
1.1 --- a/xlinkobj.h Fri Dec 08 20:18:56 2006 +0000 1.2 +++ b/xlinkobj.h Wed Oct 24 12:21:24 2007 +0000 1.3 @@ -5,6 +5,8 @@ 1.4 1.5 enum XLinkState {undefinedXLink,initXLink,activeXLink,deleteXLink}; 1.6 1.7 +/*! \brief xlinks are used to draw arbitrary connections between branches (BranchObj) in the map. */ 1.8 + 1.9 ///////////////////////////////////////////////////////////////////////////// 1.10 class XLinkObj:public MapObj { 1.11 public: