patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

13
src/libtable/generate_doc.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
case x$1 in
xheader)
/usr/local/bin/doxygen -w html new_header.html new_footer.html new_stylesheet.css Doxyfile
;;
xinstall)
rm -rf ~/public_html/libobtable ; mv -n html/ ~/public_html/libobtable
;;
*)
/usr/local/bin/doxygen Doxyfile
;;
esac