/* * this is my sandbox */ A_class_B { /* leave * a * comment * here */ inherits {} inherits { Eo_Base } inherits { Eo_Another, Evas_Common_Interface } } C_class_D { /*@ This is a comment for class C_class_D. */ // haha inherits { Eo_Another, Evas_Common_Interface } // hoho } Cvas_objecD { /* blah */ // /* * bloh */ } E_class_F { /* */ inherits {} } FAIL NOW !