diff --git a/doc/classes/Thread.xml b/doc/classes/Thread.xml index b84b8256d..2c2ffc93c 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 000000000..0c13b84a0 --- /dev/null +++ b/modules/web/doc_classes/SMTPClient.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +