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

@@ -21,10 +21,12 @@ import org.openhab.core.io.transport.serial.SerialPort;
* This class does store 4 serial parameters (baudrate, databits, parity, stopbits)
* for use in {@link DSMRSerialConnector}.
*
* This class can also convert a string setting (<speed> <databits><parity><stopbits>)
* This class can also convert a string setting
* ({@code <speed> <databits><parity><stopbits>})
* to a {@link DSMRSerialSettings} object (e.g. 115200 8N1)
*
* @author M. Volaart - Initial contribution
*
* @author Hilbrand Bouwkamp - Removed auto detecting state checking from this class.
*/
@NonNullByDefault

View File

@@ -206,7 +206,7 @@ public enum CosemObjectType {
*
* e.g. If the list contains 4 descriptors and the last 2 are repeating, idx=6 will return the 4th descriptor.
*
* The idx is < 0 or outside a non-repeating descriptorslist size null is returned
* The idx {@code is < 0} or outside a non-repeating descriptorslist size null is returned
*
* @param idx the CosemValueDescriptor to return
* @return the CosemValueDescriptor or null if not found.