xlinkobj.h
changeset 478 f4aae4fdc1bc
parent 408 c2a05fa925a1
child 621 c60984c46f9f
     1.1 --- a/xlinkobj.h	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/xlinkobj.h	Wed Apr 25 16:02:54 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: