Browse Source

Fix doctool command

Gabor Koncz 2 years ago
parent
commit
98bb548d4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/cpp/custom_modules_in_cpp.rst

+ 1 - 1
development/cpp/custom_modules_in_cpp.rst

@@ -573,7 +573,7 @@ Run command:
 
 
    ::
    ::
 
 
-      user@host:~/godot/bin$ ./bin/<godot_binary> --doctool .
+      user@host:~/godot$ ./bin/<godot_binary> --doctool .
 
 
 Now if you go to the ``godot/modules/summator/doc_classes`` folder, you will see
 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
 that it contains a ``Summator.xml`` file, or any other classes, that you referenced