mirror of https://github.com/ArduPilot/ardupilot
docs: fixed project names in doxygen output
This commit is contained in:
parent
e75c48c029
commit
3c6f938ae0
|
@ -1,5 +1,6 @@
|
||||||
@INCLUDE = docs/config/default
|
@INCLUDE = docs/config/default
|
||||||
|
|
||||||
|
PROJECT_NAME = "APM:Rover"
|
||||||
INPUT = APMrover2/
|
INPUT = APMrover2/
|
||||||
OUTPUT_DIRECTORY = docs/APMrover2
|
OUTPUT_DIRECTORY = docs/APMrover2
|
||||||
HTML_OUTPUT = .
|
HTML_OUTPUT = .
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
@INCLUDE = docs/config/default
|
@INCLUDE = docs/config/default
|
||||||
|
|
||||||
|
PROJECT_NAME = "APM:Copter"
|
||||||
INPUT = ArduCopter/
|
INPUT = ArduCopter/
|
||||||
OUTPUT_DIRECTORY = docs/ArduCopter
|
OUTPUT_DIRECTORY = docs/ArduCopter
|
||||||
HTML_OUTPUT = .
|
HTML_OUTPUT = .
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
@INCLUDE = docs/config/default
|
@INCLUDE = docs/config/default
|
||||||
|
|
||||||
|
PROJECT_NAME = "APM:Plane"
|
||||||
INPUT = ArduPlane/
|
INPUT = ArduPlane/
|
||||||
OUTPUT_DIRECTORY = docs/ArduPlane
|
OUTPUT_DIRECTORY = docs/ArduPlane
|
||||||
HTML_OUTPUT = .
|
HTML_OUTPUT = .
|
||||||
|
|
|
@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8
|
||||||
# identify the project. Note that if you do not use Doxywizard you need
|
# identify the project. Note that if you do not use Doxywizard you need
|
||||||
# to put quotes around the project name if it contains spaces.
|
# to put quotes around the project name if it contains spaces.
|
||||||
|
|
||||||
PROJECT_NAME = "Arducopter"
|
PROJECT_NAME = "ArduPilot"
|
||||||
|
|
||||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
@INCLUDE = docs/config/default
|
@INCLUDE = docs/config/default
|
||||||
|
|
||||||
|
PROJECT_NAME = "APM:Libraries"
|
||||||
INPUT = libraries/
|
INPUT = libraries/
|
||||||
OUTPUT_DIRECTORY = docs/libraries
|
OUTPUT_DIRECTORY = docs/libraries
|
||||||
HTML_OUTPUT = .
|
HTML_OUTPUT = .
|
||||||
|
|
Loading…
Reference in New Issue