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

@@ -19,7 +19,7 @@ import java.util.Optional;
* The {@link ActuatorFunctionalities} class is an object model class that
* mirrors the XML structure provided by the Plugwise Home Automation controller
* for the collection of actuator functionalities. (e.g. 'offset', 'relay', et
* cetera). It extends the {@link CustomCollection} class.
* cetera). It extends the {@link PlugwiseHACollection} class.
*
* @author B. van Wetten - Initial contribution
*/

View File

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* The {@link PlugwiseHABridgeThingConfig} encapsulates all the configuration options for an instance of the
* {@link PlugwiseHABridgeHandler}.
* {@link org.openhab.binding.plugwiseha.internal.handler.PlugwiseHABridgeHandler}.
*
* @author Bas van Wetten - Initial contribution
* @author Leo Siepel - finish initial contribution

View File

@@ -16,8 +16,8 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
/**
* The {@link PlugwiseHAThingConfig} encapsulates the configuration options for
* an instance of the {@link PlugwiseHAApplianceHandler} and the
* {@link PlugwiseHAZoneHandler}
* an instance of the {@link org.openhab.binding.plugwiseha.internal.handler.PlugwiseHAApplianceHandler}
* and the {@link org.openhab.binding.plugwiseha.internal.handler.PlugwiseHAZoneHandler}
*
* @author Bas van Wetten - Initial contribution
* @author Leo Siepel - finish initial contribution