diff options
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 |