mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Javadoc: Introduce custom tags implNote and apiNote (#3945)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
parent
bada23fdb8
commit
d1bbaba4d4
12
pom.xml
12
pom.xml
@ -345,6 +345,18 @@ Import-Package: \\
|
||||
</script>
|
||||
]]>
|
||||
</bottom>
|
||||
<tags>
|
||||
<tag>
|
||||
<name>apiNote</name>
|
||||
<placement>a</placement>
|
||||
<head>API note:</head>
|
||||
</tag>
|
||||
<tag>
|
||||
<name>implNote</name>
|
||||
<placement>a</placement>
|
||||
<head>Implementation note:</head>
|
||||
</tag>
|
||||
</tags>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<!-- This newer version fixes issues with resolving tech.units:indriya packages -->
|
||||
|
Loading…
Reference in New Issue
Block a user