From 98bb548d4a151b602a4b25dd7f9405a6cdcb72d1 Mon Sep 17 00:00:00 2001 From: Gabor Koncz Date: Tue, 20 Sep 2022 16:25:21 +0200 Subject: [PATCH] Fix doctool command --- development/cpp/custom_modules_in_cpp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cpp/custom_modules_in_cpp.rst b/development/cpp/custom_modules_in_cpp.rst index 1d9b16e3f..fb4a2ffba 100644 --- a/development/cpp/custom_modules_in_cpp.rst +++ b/development/cpp/custom_modules_in_cpp.rst @@ -573,7 +573,7 @@ Run command: :: - user@host:~/godot/bin$ ./bin/ --doctool . + user@host:~/godot$ ./bin/ --doctool . Now if you go to the ``godot/modules/summator/doc_classes`` folder, you will see that it contains a ``Summator.xml`` file, or any other classes, that you referenced