mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-02-04 08:03:53 +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>
|
</script>
|
||||||
]]>
|
]]>
|
||||||
</bottom>
|
</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>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- This newer version fixes issues with resolving tech.units:indriya packages -->
|
<!-- This newer version fixes issues with resolving tech.units:indriya packages -->
|
||||||
|
Loading…
Reference in New Issue
Block a user