Javadoc: Introduce custom tags implNote and apiNote (#3945)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-12-23 14:52:51 +01:00
committed by GitHub
parent bada23fdb8
commit d1bbaba4d4
+12
View File
@@ -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 -->