*sqlite engine wrapper changed
[sqool.git] / makedoc
blob4a964c795877dcfedbadd52c741bc4750c81d64a
1 #!/bin/bash
3 #get the version of project
4 APP_VERSION=`grep APP_VERSION < include/core/appl.h | sed "s/[[:alpha:][:blank:]\"#_]//g"`
6 #write the version into the Doxyfile
7 sed "s/^.*PROJECT_NUMBER.*$/PROJECT_NUMBER = version\&nbsp;$APP_VERSION/g" Doxyfile > Doxyfile.tmp
8 mv -f Doxyfile.tmp Doxyfile
10 rm -r Documentation/html
11 doxygen Doxyfile