streams/util/doxygen

9 lines
256 B
Text
Raw Permalink Normal View History

2023-09-03 10:58:10 +00:00
#!/usr/bin/env bash
# generates doxygen source code documentatiin
2023-09-03 11:14:48 +00:00
# Too use, sudo apt install doxygen
# or your package manager equivalent
2023-09-03 10:58:10 +00:00
doxygen util/Doxyfile
echo open the following link in your browser
echo file://`pwd`/streams/index.html