also explain how to install doxygen

This commit is contained in:
Mike Macgirvin 2023-09-03 21:14:48 +10:00
parent f3731c5f8d
commit 075ff4d3fd

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
# generates doxygen source code documentatiin
# Too use, sudo apt install doxygen
# or your package manager equivalent
doxygen util/Doxyfile
echo open the following link in your browser