Commit ebd7a424 authored by garciay's avatar garciay
Browse files

t3devkit parser does not accept comment of already commented code

parent 1645ff25
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -83,10 +83,10 @@ module LibIot_TestInterface {
		
//	TODO commented out due to problems with tools not accepting 'extends' from several components
	/**
//		* @desc This component type is used to trigger, stimulate, configure etc 
//		*       any equipment related to the test, i.e., EUTs or other, or 
//		*       the interconnecting network. To be used as PTC.
//		*/
		* @desc This component type is used to trigger, stimulate, configure etc 
		*       any equipment related to the test, i.e., EUTs or other, or 
		*       the interconnecting network. To be used as PTC.
		*/
//		type component IotEquipmentUser extends EquipmentUser, OracleClient {
//		}