Improve javadoc for some addons (#15701)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-10-08 00:25:04 +02:00
committed by GitHub
parent f8bcfb0c7e
commit f24a4305b8
275 changed files with 547 additions and 406 deletions

View File

@@ -23,7 +23,8 @@ import org.openhab.binding.smartmeter.SmartMeterBindingConstants;
/**
* Represents an OBIS code.
*
* @see For more information see https://de.wikipedia.org/wiki/OBIS-Kennzahlen
* @see <a href="https://de.wikipedia.org/wiki/OBIS-Kennzahlen">https://de.wikipedia.org/wiki/OBIS-Kennzahlen</a> for
* more information
* @author Matthias Steigenberger - Initial contribution
*
*/

View File

@@ -31,7 +31,7 @@ public class NegateHandler {
* Gets whether negation should be applied for the given <code>negateProperty</code> and the {@link MeterValue}
* provided by the <code>getObisValueFunction</code>
*
* @param negateProperty The negate property (in form <OBIS>:<POSITION>:<BIT_SET>)
* @param negateProperty The negate property (in form {@code <OBIS>:<POSITION>:<BIT_SET>})
* @param getObisValueFunction The function to get the {@link MeterValue} from an OBIS code.
* @return whether to negate or not.
*/