godot/doc
Sai Nane 58e3500010 Fix documentation of `EditorImportPlugin._Import`
The following is the currently generated `EditorImportPlugin.cs`:

```csharp
    public virtual Error _Import(string sourceFile, string savePath, Dictionary options, Array<string> platformVariants, Array<string> genFiles)
    {
        return Error.Ok;
    }
```

This fixes the type signature in the documentation's example to match the
actual type signature.
2024-08-09 16:08:35 +00:00
..
classes Fix documentation of `EditorImportPlugin._Import` 2024-08-09 16:08:35 +00:00
tools Class reference: Add self-links to methods, properties, etc. 2024-05-26 09:54:17 +02:00
translations i18n: Sync translations with Weblate 2024-07-31 17:56:37 +02:00
Doxyfile
Makefile
class.xsd Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00