diff --git a/scripts/build-install-doxygen.sh b/scripts/build-install-doxygen.sh index 270f823a..5fcd6aaf 100644 --- a/scripts/build-install-doxygen.sh +++ b/scripts/build-install-doxygen.sh @@ -9,8 +9,8 @@ then echo "Doxygen binary found. Skipping build." else - echo "Doxygen binary not found. Building form source..." - + echo "Doxygen binary not found. Building from source..." + # Build instructions from: https://www.stack.nl/~dimitri/doxygen/download.html echo "Cloning doxygen repository..." git clone https://github.com/doxygen/doxygen.git doxygen-src