make_docs.sh 69 B

12345
  1. #!/bin/bash
  2. doxygen doxy.config 2>&1
  3. xdg-open docs/html/index.html