mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 16:27:48 +00:00
eclipse plugin: Include the .ui classes into the javadoc generation
This commit is contained in:
parent
8eb7c92994
commit
7cfc66f39b
@ -1,7 +1,7 @@
|
||||
ECLIPSE_LOCATION=
|
||||
JAVADOC_BINARY=javadoc
|
||||
JAVADOC_DIR=javadoc
|
||||
JAVADOC_FLAGS=-d $(JAVADOC_DIR) -sourcepath 'org.wesnoth/src;org.wesnoth/src-gen' -classpath '.;$(ECLIPSE_LOCATION)/plugins/*' -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/ -link ftp://ftp.ulakbim.gov.tr/eclipse/eclipseMirror/modeling/tmf/xtext/javadoc/2.0.0/ -subpackages org.wesnoth
|
||||
JAVADOC_FLAGS=-d $(JAVADOC_DIR) -sourcepath 'org.wesnoth/src;org.wesnoth/src-gen;org.wesnoth.ui/src;org.wesnoth.ui/src-gen' -classpath '.;$(ECLIPSE_LOCATION)/plugins/*' -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/ -link ftp://ftp.ulakbim.gov.tr/eclipse/eclipseMirror/modeling/tmf/xtext/javadoc/2.0.0/ -subpackages org.wesnoth
|
||||
|
||||
.PHONY: manual javadoc build
|
||||
manual:
|
||||
|
Loading…
x
Reference in New Issue
Block a user