GDScriptify icon indicating copy to clipboard operation
GDScriptify copied to clipboard

A magical documentation tool for GDScript.

Results 6 GDScriptify issues
Sort by recently updated
recently updated
newest added

## Issue Running `gdscriptify` with no arguments from the main folder of a standard Godot project creates this license file a directory above. E.g. if the godot project is in...

When writing library-type code it's common to end up with very long argument lines, which we might want to split. An example from a library I was just working on:...

See here for the generated documentation on my project: https://github.com/nyxkn/godot-draw3d/blob/main/docs/addons/draw3d/Draw3D.md The functions section only shows the first argument of each function. This doesn't seem very useful and looks somewhat confusing....

It seems that this tool only create the documentation for those files that lives in the "root" folder, together with `project.godot`. This will hardly be the case for a real...

I'm kinda new to Node.js and its modules. I've just tried to download it, install all of its dependencies. Then I installed gdscriptify through writing `npm install gdscriptify -g` in...

There was a hardcoded `"/"` used as path separator. Replaced by `path.sep`. I can generate docs in Windows now. 😄