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

@@ -25,7 +25,8 @@ import org.slf4j.LoggerFactory;
/**
* Collection of all devices known to the energy manager including the energy manager itself.
*
* The {@link Device}s are generated from the {@link DeviceDTO}s inside of the {@link EnergyManagerDTO}
* The {@link Device}s are generated from the {@link org.openhab.binding.solarwatt.internal.domain.dto.DeviceDTO}s
* inside of the {@link org.openhab.binding.solarwatt.internal.domain.dto.EnergyManagerDTO}
*
* @author Sven Carstens - Initial contribution
*/

View File

@@ -20,7 +20,7 @@ import org.eclipse.jdt.annotation.Nullable;
/**
* Aggregation of the interesting parts to write into a channel.
*
* From this the {@link ChannelType}s are created.
* From this the {@link org.openhab.core.thing.type.ChannelType}s are created.
*
* @author Sven Carstens - Initial contribution
*/