diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-13 11:59:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-13 11:59:12 +0200 |
commit | 4eb73e4e00be7680674a706331fd245a207e8b5f (patch) | |
tree | 22a4f1c45c759b4734782d51cd8f9720f30ebaa9 /odk | |
parent | edf3c40421c193a0603d220d50320c9953cfb9ed (diff) |
Also generated doxygen docu for the org UNOIDL tree
Change-Id: Ia903c473a482ff228e013aa28f3a041b12cf2a79
Diffstat (limited to 'odk')
-rw-r--r-- | odk/CustomTarget_doxygen.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odk/CustomTarget_doxygen.mk b/odk/CustomTarget_doxygen.mk index 6fe5096621f5..be8c8651be63 100644 --- a/odk/CustomTarget_doxygen.mk +++ b/odk/CustomTarget_doxygen.mk @@ -65,6 +65,7 @@ odk_idl_PREFIX := $(SRCDIR)/udkapi/ $(SRCDIR)/offapi/ # otherwise spurious references to it will appear in the output odk_idl_DOXY_INPUT := $(SRCDIR)/odk/docs/idl/main.dox \ $(addsuffix com,$(odk_idl_PREFIX)) \ + $(addsuffix org,$(odk_idl_PREFIX)) \ $(SRCDIR)/odk/docs/idl/generated_idl_chapter_refs.idl odk_idl_DOXY_WORKDIR := $(call gb_CustomTarget_get_workdir,odk/docs/idl)/ref |