gir
gir copied to clipboard
Fixed the command to generate the docs
It should probably also mention the generator.py script with --embed-docs / --strip-docs options.
I believe the "Generating documentation" should also not be it's own chapter but be part 3.4 of the tutorial.
The generator.py script is for regenerating the bindings and the wrapper one you've created the Git.toml files and all that and there is a new .gir file, right? I could write a few sentences about it if you'd like me to.
The generator.py script is for regenerating the bindings and the wrapper one you've created the Git.toml files and all that and there is a new .gir file, right? I could write a few sentences about it if you'd like me to.
Yes but it can also be used to generate the docs making usage of the gir directly unnecessary in general, but both should be documented.
There is already a small section about the generator.py script in the first page of the book https://gtk-rs.org/gir/book/introduction.html#helpers
This is incorporated in the PR https://github.com/gtk-rs/gir/pull/1379 and can be closed if it is merged