]> git.datanom.net - omvzfs.git/blob - doxygen.sh
Use the newly introduced hidden flag when creating mntent objects.
[omvzfs.git] / doxygen.sh
1 #!/bin/sh
2
3 DOXYGEN=$(which doxygen)
4
5 [ -z $DOXYGEN ] && exit 1
6
7 $DOXYGEN Doxyfile
8
9 exit 0
This page took 0.069906 seconds and 6 git commands to generate.