ElementsProject / libwally-core

Useful primitives for wallets
Other
282 stars 135 forks source link

WALLY_MINISCRIPT_REQUIRE_CHECKSUM flag missing in docs #367

Closed Sjors closed 1 year ago

jgriffiths commented 1 year ago

The docs were written originally for doxygen, but I ended up using sphinx because the output is so much nicer. Unfortunately the sphinx docs don't include API constants yet but this should be done for all constants.

In the meantime, all flags/constants are documented in the header files as a workaround.

jgriffiths commented 1 year ago

Added docs for all constants, please see https://wally.readthedocs.io/en/latest/

Sjors commented 1 year ago

Thanks!