summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_javadoc.mk
blob: acb205610d5c0b01ca7b129be2eaed5234ecb123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_CustomTarget_CustomTarget,odk/docs/java/ref))

odk_JAVAPACKAGES := com.sun.star.comp.helper \
	com.sun.star.lib.uno.helper \
	com.sun.star.lib.unoloader \
	com.sun.star.uno \
	$(SRCDIR)/ridljar/com/sun/star/lib/util/UrlToFileMapper.java

$(eval $(call gb_CustomTarget_register_targets,odk/docs/java/ref,\
	javadoc_log.txt \
))

$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/package-list : $(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt
	touch $@

$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.css \
$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.gif \
$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/%.html : \
		$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt
	touch $@

$(call gb_CustomTarget_get_workdir,odk/docs/java/ref)/javadoc_log.txt : \
		$(call gb_Jar_get_target,libreoffice)
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JDC,1)
	$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),JDC)
	$(call gb_Helper_abbreviate_dirs,\
		$(JAVADOC) -source $(JAVA_SOURCE_VER) -J-Xmx120m -use -splitindex \
		-windowtitle "Java UNO Runtime Reference" \
		-header "$(PRODUCTNAME) $(PRODUCTVERSION) SDK Java API Reference"\
		-tag attention:a:"Attention:" \
		-d $(dir $@) \
		-sourcepath "$(SRCDIR)/ridljar/source/unoloader$(gb_CLASSPATHSEP)$(SRCDIR)/ridljar$(gb_CLASSPATHSEP)$(SRCDIR)/jurt$(gb_CLASSPATHSEP)$(SRCDIR)/javaunohelper" \
		-classpath $(call gb_Jar_get_target,libreoffice) \
		-linkoffline ../../common/reg $(SRCDIR)/odk/docs/java-uno \
		-linkoffline http://java.sun.com/j2se/1.5/docs/api $(SRCDIR)/odk/docs/java \
		$(odk_JAVAPACKAGES) \
		$(if $(JAVADOCISGJDOC),,-notimestamp) \
		> $@)
	$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),JDC)

# vim: set noet sw=4 ts=4:
span title='2019-04-04 20:36:11 +0200'>2019-04-04Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski 2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin 2017-11-01loplugin:constantparam in c*Noel Grandin 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin 2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin 2017-05-18Revert "Fix typos"Stephan Bergmann 2017-05-18Fix typosAndrea Gelmini 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-17remove unused KeywordsOnly from IdentifierTranslationModeNoel Grandin 2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, codemakerStephan Bergmann 2016-11-08loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin 2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-04-13loplugin:passstuffbyref in codemakerNoel Grandin 2016-03-03loplugin:unuseddefaultparams variousNoel Grandin 2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin 2016-02-24unused enum FileAccessModeNoel Grandin 2016-02-24convert codemaker::cpp::IdentifierTranslationMode to scoped enumNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-06-23Revert "Typo: iff->if"Julien Nabet 2015-06-23Typo: iff->ifJulien Nabet 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin