Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..
. docs/setup.sh
if [ ! -f $DOCS_OUTPUT_BASE/tags/libraries ];
then
echo "Must build libraries first"
exit 0
fi
doxygen docs/config/arducopter