Bug : add the synchro of attributes Bug : fix order problem of the attribute Cosmetic : move the columns saldo of the card to the end of the table Improve : create_doc doesn't create the doc for postgresql
8 lines
281 B
Bash
Executable file
8 lines
281 B
Bash
Executable file
doxygen
|
|
cd html; sed -i "s/utf-8/utf-8/g" *
|
|
cd ..
|
|
if [ ! -z "$PGUSER" ] ; then
|
|
postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d mod1
|
|
postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d account_repository
|
|
fi
|
|
cd ../../ && dev/compose_list.sh
|