From c5d7115038de5f83cb83e08748615a84fc26bee2 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sat, 6 Aug 2022 21:11:48 +0300 Subject: Rename the argument tag to param in XML documentation --- doc/classes/EngineDebugger.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/classes/EngineDebugger.xml') diff --git a/doc/classes/EngineDebugger.xml b/doc/classes/EngineDebugger.xml index cd502dce81..c3e76b8cad 100644 --- a/doc/classes/EngineDebugger.xml +++ b/doc/classes/EngineDebugger.xml @@ -11,14 +11,14 @@ - + Returns [code]true[/code] if a capture with the given name is present otherwise [code]false[/code]. - + Returns [code]true[/code] if a profiler with the given name is present otherwise [code]false[/code]. @@ -31,32 +31,32 @@ - + Returns [code]true[/code] if a profiler with the given name is present and active otherwise [code]false[/code]. - - + + Calls the [code]add[/code] callable of the profiler with given [code]name[/code] and [code]data[/code]. - - - + + + Calls the [code]toggle[/code] callable of the profiler with given [code]name[/code] and [code]arguments[/code]. Enables/Disables the same profiler depending on [code]enable[/code] argument. - - + + Registers a message capture with given [code]name[/code]. If [code]name[/code] is "my_message" then messages starting with "my_message:" will be called with the given callable. Callable must accept a message string and a data array as argument. If the message and data are valid then callable must return [code]true[/code] otherwise [code]false[/code]. @@ -64,30 +64,30 @@ - - + + Registers a profiler with the given [code]name[/code]. See [EngineProfiler] for more information. - - + + Sends a message with given [code]message[/code] and [code]data[/code] array. - + Unregisters the message capture with given [code]name[/code]. - + Unregisters a profiler with given [code]name[/code]. -- cgit v1.2.3