#!/bin/bash

cd ../scripts
python xml2dox.py
cd -
cp ../scripts/parameters.dox .

doxygen Doxyfile

