[Libreoffice-commits] core.git: solenv/gbuild

Stephan Bergmann sbergman at redhat.com
Wed Sep 18 12:43:08 PDT 2013


 solenv/gbuild/UnoApi.mk |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 983d285d751aa206b6c4aa52a10ff0d3e02a1d14
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 18 20:17:36 2013 +0200

    Fix documentation
    
    Change-Id: I0fa7a31ea783437632838ef82ee4d21c38f75698

diff --git a/solenv/gbuild/UnoApi.mk b/solenv/gbuild/UnoApi.mk
index 7325c35..eb3d7fb 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))


More information about the Libreoffice-commits mailing list