mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
04eb1de7a5
use DOCS_OUTPUT_BASE environment variable
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
cd $DIR/..
|
|
|
|
. docs/setup.sh
|
|
|
|
doxygen docs/config/libraries
|