Appendix A Version History

Version 0.3.0, June 22, 2025
  • Macros are now documented with name, arguments and documentation strings instead of simply copied verbatim to the exported documentation.
  • Added support to document parameter objects. Module documentation sections now include a "Parameters" subsection if they export parameters. The parameters are also listed in the "Variable Index".
Version 0.2.1, Oct 16, 2023
  • Enable installing Guile Documentá from the package provided by my personal Guix Channel X. Two unit tests that pass in Guile Documentá’s development environment (which uses Guix shell) were failing when building the package with Guix. Both tests were marked as expected fails to make the test suite pass regardless of the issues and be able to install the package successfully. This is a temporary fix until the origin of the issues is found.
Version 0.2.0, May 31, 2023
  • Rename extract command to api so that it is easier to separate API documentation and CLI documentation extraction.
  • Add project website.
Version 0.1.0, April 13, 2023
  • Initial release of the software providing a program to generate API documentation of Guile Scheme libraries in Texinfo format.