Skip to content

Generate a tagfile with Doxygen

James Wrigley requested to merge JamesWrigley/libssh-mirror:tagfile into master

This gets Doxygen to generate a tagfile by default: https://www.doxygen.nl/manual/config.html#cfg_generate_tagfile. It's useful for me because I'm writing Julia bindings for libssh and I'd like to automatically generate links to the upstream documentation.

On that note, would it be possible to update the docs at https://api.libssh.org? Currently the stable docs are for 0.9.5.

Checklist

  • Commits have Signed-off-by: with name/author being identical to the commit author
  • Code modified for feature
  • Test suite updated with functionality tests
  • Test suite updated with negative tests
  • Documentation updated

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTING.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code

Merge request reports