Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
6f98de25
Unverified
Commit
6f98de25
authored
May 25, 2020
by
Don Gagne
Committed by
GitHub
May 25, 2020
Browse files
Merge pull request #8764 from AJRepo/debian_doc_updates
Debian doc updates
parents
63cc0014
27242546
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6f98de25
...
...
@@ -29,13 +29,13 @@ jobs:
sudo
:
required
-
stage
:
"
Build"
name
:
"
Android
32
bit"
dist
:
trusty
dist
:
xenial
language
:
android
env
:
SPEC=android-clang CONFIG=installer BITNESS=32 GSTREAMER_NAME=armv7
sudo
:
false
-
stage
:
"
Build"
name
:
"
Android
64
bit"
dist
:
trusty
dist
:
xenial
language
:
android
env
:
SPEC=android-clang CONFIG=installer BITNESS=64 GSTREAMER_NAME=arm64
sudo
:
false
...
...
doc/README
View file @
6f98de25
...
...
@@ -12,3 +12,10 @@ $doxygen Doxyfile
The html file index.html should be in doc/html.
Debian
=====================
#To build documentation first install dependencies (doxygen, doxyqml and dot):
sudo apt install doxygen graphviz doxyqml
#Then build documentation in the doc/ directory
doxygen ./Doxyfile
doc/dot
View file @
6f98de25
...
...
@@ -34,4 +34,13 @@ do
fi
done
/usr/local/bin/dot
${
ARGS
}
if
[[
-x
"/usr/local/bin/dot"
]]
then
/usr/local/bin/dot
${
ARGS
}
elif
[[
-x
"/usr/bin/dot"
]]
then
/usr/bin/dot
${
ARGS
}
else
echo
"Program dot not found: See file doc/dot"
exit
1
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment