asciidoxy icon indicating copy to clipboard operation
asciidoxy copied to clipboard

AsciiDoxy generates API documentation from Doxygen XML output to AsciiDoc.

Results 33 asciidoxy issues
Sort by recently updated
recently updated
newest added

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

Bumps alpine from 3.18.3 to 3.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.18.3&new-version=3.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. Release notes Sourced from docker/build-push-action's releases. v5.1.0 Add annotations input by @​crazy-max in docker/build-push-action#992 Add secret-envs input by @​elias-lundgren in docker/build-push-action#980 Bump @​babel/traverse from...

dependencies
github_actions

Bumps [pip](https://github.com/pypa/pip) from 23.0.1 to 23.3. Changelog Sourced from pip's changelog. 23.3 (2023-10-15) Process Added reference to vulnerability reporting guidelines <https://www.python.org/dev/security/>_ to pip's security policy. Deprecations and Removals Drop a...

dependencies
python

There's no template for things of type 'define'. I've tried making one, but `helper.argument_list(element.params)` doesn't give me any of the parameters. It appears as if they are not parsed correctly?...

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. Release notes Sourced from pytest's releases. pytest 7.4.3 (2023-10-24) Bug Fixes #10447: Markers are now considered in the reverse mro order to ensure base...

dependencies
python

After stabilizing the models and interfaces available in templates, document how custom templates can be created: * Available methods and objects. * Model contents. * Required calls to keep everything...

Documentation

I'm using enum values in a very unusual way where each value is a command identifier used in a structure with fields for parameters. The identifier will define how the...

Improvement

I need to generate standalone HTML files for my use case. The multipage option will generate separate files but includes the navigation bar to tie into the larger document. Add...