From db08e3c8b9d890eabe017dfabd6f5e4d340573ad Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 23 Dec 2023 00:54:40 +0100 Subject: [PATCH] Re-extracted class docs. --- doc/classes/Thread.xml | 2 +- modules/web/doc_classes/SMTPClient.xml | 51 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 modules/web/doc_classes/SMTPClient.xml diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index b84b8256da..2c2ffc93cf 100644 --- a/doc/classes/Thread.xml +++ b/doc/classes/Thread.xml @@ -39,7 +39,7 @@ Starts a new [Thread] that runs [code]method[/code] on object [code]instance[/code] with [code]userdata[/code] passed as an argument. Even if no userdata is passed, [code]method[/code] must accept one argument and it will be null. The [code]priority[/code] of the [Thread] can be changed by passing a value from the [enum Priority] enum. - Returns [constant OK] on success, or [constant ERR_CANT_CREATE] on failure. + Returns [constant OK] on success, or [constant ERR_CANT_CREATE] on failure. diff --git a/modules/web/doc_classes/SMTPClient.xml b/modules/web/doc_classes/SMTPClient.xml new file mode 100644 index 0000000000..0c13b84a0f --- /dev/null +++ b/modules/web/doc_classes/SMTPClient.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +