Skip to content
Snippets Groups Projects
doxy-wrapper.sh 305 B
Newer Older
  • Learn to ignore specific revisions
  • DOXYGEN="${3}"
    
    if [ -e "VERSION" ]; then
        VERSION=`cat "VERSION"`
    
        VERSION=`git describe`
    
    $DOXYGEN - <<EOF
    
    @INCLUDE        = ${DOXYFILE}
    INPUT           = $@
    
    HTML_TIMESTAMP  = NO
    
    PROJECT_NUMBER  = $VERSION
    
    OUTPUT_DIRECTORY = $OUT_DIR