diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-18 20:17:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-18 21:42:48 +0200 |
commit | 983d285d751aa206b6c4aa52a10ff0d3e02a1d14 (patch) | |
tree | 0970a2d7cc063317ae514d29eaaaeab6d38c8aee /solenv | |
parent | fe04f5b22ce182a7e1779a993c0f0a92d6a71dd1 (diff) |
Fix documentation
Change-Id: I0fa7a31ea783437632838ef82ee4d21c38f75698
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/UnoApi.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/gbuild/UnoApi.mk b/solenv/gbuild/UnoApi.mk index 7325c35cc013..eb3d7fbd8c76 100644 --- a/solenv/gbuild/UnoApi.mk +++ b/solenv/gbuild/UnoApi.mk @@ -97,7 +97,8 @@ $(call gb_UnoApi__add_headerfile,$(1),$(2).hdl) endef -# for interfaces, exceptions, structs, enums, constant groups +# For enum types, plain struct types, polymorphic struct type templates, +# exception types, interface types, typedefs, and constant groups: define gb_UnoApi_add_idlfile $(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3)) $(call gb_UnoApi__add_idlfile_full,$(1),$(2)/$(3)) @@ -110,7 +111,7 @@ $(foreach idl,$(3),$(call gb_UnoApi__add_idlfile_full,$(1),$(2)/$(idl))) endef -# for new-style services +# For single-interface--based services and interface-based singletons: define gb_UnoApi_add_idlfile_nohdl $(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3)) $(call gb_UnoApi__add_idlfile_nohdl,$(1),$(2)/$(3)) @@ -123,7 +124,7 @@ $(foreach idl,$(3),$(call gb_UnoApi__add_idlfile_nohdl,$(1),$(2)/$(idl))) endef -# for old-style services and modules +# For accumulation-based services and service-based singletons: define gb_UnoApi_add_idlfile_noheader $(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3)) $(call gb_UnoApi__add_idlfile_noheader,$(1),$(2)/$(3)) |