Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user