From c3dc0720a3e744ff5e0d20edf88ef964ee01e1d3 Mon Sep 17 00:00:00 2001 From: wvpm <24685035+wvpm@users.noreply.github.com> Date: Sun, 24 May 2026 17:07:29 +0200 Subject: [PATCH] Windows note: doctool may not work in powershell/vscode terminal use command prompt directly. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dcd2ae7b..798643cc 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,6 @@ Every time you add something to the GDExtension you need to add to the class ref 3. Write documentation in the style of Godot, see [Godot's Writing Documentation: Class Reference Guides](https://docs.godotengine.org/en/stable/contributing/documentation/index.html#class-reference-guides). 4. Build with `scons`. +Windows note: doctool may not work in powershell/vscode terminal use command prompt directly. + If you change anything that causes new behavior in the GDExtension you should also change the corresponding class reference documentation.