Improve javadoc for all addons (#15667)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-09-30 21:49:12 +02:00
committed by GitHub
parent 0039e391cd
commit cbf4411034
618 changed files with 1106 additions and 1110 deletions

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.qolsysiq.internal.client.dto.action;
/**
* An {@link ActionType.ALARM} type of {@link Action} message sent to the panel
* An {@link ActionType#ALARM} type of {@link Action} message sent to the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.qolsysiq.internal.client.dto.action;
/**
* An {@link ArmingActionType.ARM_AWAY} type of {@link ArmingAction} message sent to the panel
* An {@link ArmingActionType#ARM_AWAY} type of {@link ArmingAction} message sent to the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.qolsysiq.internal.client.dto.action;
/**
* An {@link ActionType.ARMING} type of {@link ArmingAction} message sent to the panel
* An {@link ActionType#ARMING} type of {@link ArmingAction} message sent to the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.qolsysiq.internal.client.dto.action;
/**
* An {@link ActionType.INFO} type of {@link InfoAction} message sent to the panel
* An {@link ActionType#INFO} type of {@link InfoAction} message sent to the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.qolsysiq.internal.client.dto.event;
import org.openhab.binding.qolsysiq.internal.client.dto.model.AlarmType;
/**
* An {@link EventType.ALARM} type of {@link Event} message sent from the panel
* An {@link EventType#ALARM} type of {@link Event} message sent from the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.qolsysiq.internal.client.dto.event;
import org.openhab.binding.qolsysiq.internal.client.dto.model.PartitionStatus;
/**
* An {@link EventType.ARMING} type of {@link Event} message sent from the panel
* An {@link EventType#ARMING} type of {@link Event} message sent from the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.qolsysiq.internal.client.dto.event;
/**
* An {@link EventType.ERROR} type of {@link Event} message sent from the panel
* An {@link EventType#ERROR} type of {@link Event} message sent from the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.qolsysiq.internal.client.dto.event;
/**
* An {@link EventType.INFO} type of {@link Event} message sent by the panel
* An {@link EventType#INFO} type of {@link Event} message sent by the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -13,7 +13,7 @@
package org.openhab.binding.qolsysiq.internal.client.dto.event;
/**
* A {@link InfoEventType.SECURE_ARM} type of {@link InfoEvent} message sent by the panel
* A {@link InfoEventType#SECURE_ARM} type of {@link InfoEvent} message sent by the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -17,7 +17,7 @@ import java.util.List;
import org.openhab.binding.qolsysiq.internal.client.dto.model.Partition;
/**
* A {@link InfoEventType.SUMMARY} type of {@link InfoEvent} message sent by the panel
* A {@link InfoEventType#SUMMARY} type of {@link InfoEvent} message sent by the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.qolsysiq.internal.client.dto.event;
import org.openhab.binding.qolsysiq.internal.client.dto.model.ZoneActiveState;
/**
* A {@link ZoneEventType.ZONE_ACTIVE} type of {@link ZoneEvent} message sent by the panel
* A {@link ZoneEventType#ZONE_ACTIVE} type of {@link ZoneEvent} message sent by the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.qolsysiq.internal.client.dto.event;
import org.openhab.binding.qolsysiq.internal.client.dto.model.Zone;
/**
* A {@link ZoneEventType.ZONE_ADD} type of {@link ZoneEvent} message sent by the panel
* A {@link ZoneEventType#ZONE_ADD} type of {@link ZoneEvent} message sent by the panel
*
* @author Dan Cunningham - Initial contribution
*/

View File

@@ -15,7 +15,7 @@ package org.openhab.binding.qolsysiq.internal.client.dto.event;
import org.openhab.binding.qolsysiq.internal.client.dto.model.Zone;
/**
* A {@link ZoneEventType.ZONE_UPDATE} type of {@link ZoneEvent} message sent by the panel
* A {@link ZoneEventType#ZONE_UPDATE} type of {@link ZoneEvent} message sent by the panel
*
* @author Dan Cunningham - Initial contribution
*/