godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

Fix doctool command

Open konczg opened this issue 3 years ago • 0 comments

This PR fixes the doctool command in the Writing custom documentation section of the Custom modules in C++ page. The example incorrectly contains the bin folder as its current working directory, while the target path already contains that folder. The bin folder should be removed from the cwd path, as doctool was designed to be run in the main source folder.

konczg avatar Sep 20 '22 14:09 konczg