eclipse plugin: add the link to eclipse API too
This commit is contained in:
parent
c68a158f37
commit
ac087106bd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
JAVADOC_BINARY=javadoc
|
||||
JAVADOC_DIR=javadoc
|
||||
JAVADOC_FLAGS=-d $(JAVADOC_DIR) -sourcepath src -public -source 1.6 -use -version -author -splitindex -link http://java.sun.com/javase/6/docs/api/ -subpackages org.wesnoth
|
||||
JAVADOC_FLAGS=-d $(JAVADOC_DIR) -sourcepath src -public -source 1.6 -use -version -author -splitindex -link http://java.sun.com/javase/6/docs/api/ -link http://help.eclipse.org/helios/topic/org.eclipse.platform.doc.isv/reference/api/ -subpackages org.wesnoth
|
||||
|
||||
.PHONY: readme, javadoc
|
||||
readme:
|
||||
|
|
Loading…
Add table
Reference in a new issue