Patrick José Pereira
7 years ago
committed by
Peter Barker
2 changed files with 23 additions and 0 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
#!/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/ardusub |
||||
|
Loading…
Reference in new issue