src/core/attribute-helper.h
changeset 2867 d63b525e3f80
parent 2695 f42dacf54f94
child 2947 b0fec3381418
equal deleted inserted replaced
2865:d40eb18a4da0 2867:d63b525e3f80
    55 }
    55 }
    56 
    56 
    57 }
    57 }
    58 
    58 
    59 /**
    59 /**
       
    60  * \ingroup core
    60  * \defgroup AttributeHelper Attribute Helper
    61  * \defgroup AttributeHelper Attribute Helper
    61  *
    62  *
    62  * All these macros can be used to generate automatically the code
    63  * All these macros can be used to generate automatically the code
    63  * for subclasses of AttributeValue, AttributeAccessor, and, AttributeChecker,
    64  * for subclasses of AttributeValue, AttributeAccessor, and, AttributeChecker,
    64  * which can be used to give attribute powers to a normal class. i.e.,
    65  * which can be used to give attribute powers to a normal class. i.e.,