Kaydet (Commit) 983d285d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix documentation

Change-Id: I0fa7a31ea783437632838ef82ee4d21c38f75698
üst fe04f5b2
...@@ -97,7 +97,8 @@ $(call gb_UnoApi__add_headerfile,$(1),$(2).hdl) ...@@ -97,7 +97,8 @@ $(call gb_UnoApi__add_headerfile,$(1),$(2).hdl)
endef 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 define gb_UnoApi_add_idlfile
$(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3)) $(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3))
$(call gb_UnoApi__add_idlfile_full,$(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))) ...@@ -110,7 +111,7 @@ $(foreach idl,$(3),$(call gb_UnoApi__add_idlfile_full,$(1),$(2)/$(idl)))
endef endef
# for new-style services # For single-interface--based services and interface-based singletons:
define gb_UnoApi_add_idlfile_nohdl define gb_UnoApi_add_idlfile_nohdl
$(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3)) $(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3))
$(call gb_UnoApi__add_idlfile_nohdl,$(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))) ...@@ -123,7 +124,7 @@ $(foreach idl,$(3),$(call gb_UnoApi__add_idlfile_nohdl,$(1),$(2)/$(idl)))
endef endef
# for old-style services and modules # For accumulation-based services and service-based singletons:
define gb_UnoApi_add_idlfile_noheader define gb_UnoApi_add_idlfile_noheader
$(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3)) $(call gb_UnoApiTarget_add_idlfile,$(1),$(2),$(3))
$(call gb_UnoApi__add_idlfile_noheader,$(1),$(2)/$(3)) $(call gb_UnoApi__add_idlfile_noheader,$(1),$(2)/$(3))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment