mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-16 15:25:11 +01:00
Link javadoc of external classes properly
Classes of Bukkit, WorldGuard and WorldEdit that appear in the javadoc now link to the javadoc of them.
This commit is contained in:
parent
7c5cb5f5aa
commit
def774c7a1
@ -177,6 +177,11 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<excludePackageNames>me.wiefferink.areashop.lib</excludePackageNames>
|
<excludePackageNames>me.wiefferink.areashop.lib</excludePackageNames>
|
||||||
<destDir>${javadoc}</destDir>
|
<destDir>${javadoc}</destDir>
|
||||||
|
<links>
|
||||||
|
<link>https://hub.spigotmc.org/javadocs/bukkit/</link>
|
||||||
|
<link>http://docs.sk89q.com/worldedit/apidocs/</link>
|
||||||
|
<link>http://docs.sk89q.com/worldguard/apidocs/</link>
|
||||||
|
</links>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
Reference in New Issue
Block a user