ziglua icon indicating copy to clipboard operation
ziglua copied to clipboard

Fix docs generation

Open natecraddock opened this issue 1 year ago • 3 comments

The recent autodocs changes broke the documentation building step

natecraddock avatar Mar 19 '24 14:03 natecraddock

Good enough for now as of 1938997

natecraddock avatar Mar 19 '24 23:03 natecraddock

Just had another idea.

Currently the tests use the zig module for importing ziglua. If we instead pull in lib.zig, that may give better doc generation. Maybe not, but at least worth looking into

natecraddock avatar Mar 19 '24 23:03 natecraddock

Additionally, if we can't get the docs gen to exclude functions depending on the Lua target, then we might as well just generate one doc

natecraddock avatar Mar 21 '24 23:03 natecraddock