Ignore:
Timestamp:
09/03/12 10:32:08 (12 years ago)
Author:
pharms
Message:
  • added some simple java doc comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IShape.java

    r655 r748  
    22 
    33/** 
    4  * TODO comment 
     4 * <p> 
     5 * marker interface for GUI elements that represent any kind of shape not covered by the other 
     6 * marker interfaces 
     7 * </p> 
    58 *  
    6  * @version $Revision: $ $Date: 28.04.2012$ 
    7  * @author 2012, last modified by $Author: patrick$ 
     9 * @author Patrick Harms 
    810 */ 
    911public interface IShape extends IGUIElement { 
Note: See TracChangeset for help on using the changeset viewer.