Browse Source

docs: fixed project names in doxygen output

master
Andrew Tridgell 12 years ago
parent
commit
3c6f938ae0
  1. 1
      docs/config/apmrover2
  2. 1
      docs/config/arducopter
  3. 1
      docs/config/arduplane
  4. 2
      docs/config/default
  5. 1
      docs/config/libraries

1
docs/config/apmrover2

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
@INCLUDE = docs/config/default
PROJECT_NAME = "APM:Rover"
INPUT = APMrover2/
OUTPUT_DIRECTORY = docs/APMrover2
HTML_OUTPUT = .

1
docs/config/arducopter

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
@INCLUDE = docs/config/default
PROJECT_NAME = "APM:Copter"
INPUT = ArduCopter/
OUTPUT_DIRECTORY = docs/ArduCopter
HTML_OUTPUT = .

1
docs/config/arduplane

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
@INCLUDE = docs/config/default
PROJECT_NAME = "APM:Plane"
INPUT = ArduPlane/
OUTPUT_DIRECTORY = docs/ArduPlane
HTML_OUTPUT = .

2
docs/config/default

@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8 @@ -26,7 +26,7 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need
# 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.
# This could be handy for archiving the generated documentation or

1
docs/config/libraries

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
@INCLUDE = docs/config/default
PROJECT_NAME = "APM:Libraries"
INPUT = libraries/
OUTPUT_DIRECTORY = docs/libraries
HTML_OUTPUT = .

Loading…
Cancel
Save