From e6a4480adbef098338261b51fb5b1c30dde947b6 Mon Sep 17 00:00:00 2001 From: Paul Jewell Date: Sat, 15 Aug 2015 09:41:05 +0100 Subject: [PATCH] Replaced OpenPilot branding in doxygen configuration files (env version) --- Makefile | 4 ++-- make/doxygen/Doxyfile.flight | 8 ++++---- make/doxygen/Doxyfile.ground | 8 ++++---- make/doxygen/Doxyfile.uavobjects | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index ca590b8f5..16b71265f 100644 --- a/Makefile +++ b/Makefile @@ -54,10 +54,10 @@ export DIST_DIR := $(BUILD_DIR)/dist DIRS := $(DL_DIR) $(TOOLS_DIR) $(BUILD_DIR) $(PACKAGE_DIR) $(DIST_DIR) # Naming for binaries and packaging etc,. -ORG_BIG_NAME := LibrePilot +export ORG_BIG_NAME := LibrePilot GCS_BIG_NAME := ${ORG_BIG_NAME} GCS # These should be lowercase with no spaces -ORG_SMALL_NAME := $(call smallify,$(ORG_BIG_NAME)) +export ORG_SMALL_NAME := $(call smallify,$(ORG_BIG_NAME)) GCS_SMALL_NAME := $(call smallify,$(GCS_BIG_NAME)) # Set up default build configurations (debug | release) diff --git a/make/doxygen/Doxyfile.flight b/make/doxygen/Doxyfile.flight index ec2d162d2..7dcce738c 100644 --- a/make/doxygen/Doxyfile.flight +++ b/make/doxygen/Doxyfile.flight @@ -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 = "The OpenPilot Project" +PROJECT_NAME = "The $(ORG_BIG_NAME) Project" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -1006,14 +1006,14 @@ GENERATE_DOCSET = NO # documentation sets from a single provider (such as a company or product suite) # can be grouped. -DOCSET_FEEDNAME = "The OpenPilot project documentation" +DOCSET_FEEDNAME = "$(ORG_BIG_NAME) project documentation" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. -DOCSET_BUNDLE_ID = org.openpilot.project +DOCSET_BUNDLE_ID = org.$(ORG_SMALL_NAME).project # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely # identify the documentation publisher. This should be a reverse domain-name @@ -1023,7 +1023,7 @@ DOCSET_PUBLISHER_ID = org.doxygen.publisher # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. -DOCSET_PUBLISHER_NAME = OpenPilot +DOCSET_PUBLISHER_NAME = $(ORG_BIG_NAME) # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the diff --git a/make/doxygen/Doxyfile.ground b/make/doxygen/Doxyfile.ground index 482d55bac..8009ac9c0 100644 --- a/make/doxygen/Doxyfile.ground +++ b/make/doxygen/Doxyfile.ground @@ -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 = "The OpenPilot Project" +PROJECT_NAME = "The $(ORG_BIG_NAME) Project" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -1006,14 +1006,14 @@ GENERATE_DOCSET = NO # documentation sets from a single provider (such as a company or product suite) # can be grouped. -DOCSET_FEEDNAME = "The OpenPilot project documentation" +DOCSET_FEEDNAME = "The $(ORG_BIG_NAME) project documentation" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. -DOCSET_BUNDLE_ID = org.openpilot.project +DOCSET_BUNDLE_ID = org.$(ORG_SMALL_NAME).project # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely # identify the documentation publisher. This should be a reverse domain-name @@ -1023,7 +1023,7 @@ DOCSET_PUBLISHER_ID = org.doxygen.publisher # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. -DOCSET_PUBLISHER_NAME = OpenPilot +DOCSET_PUBLISHER_NAME = $(ORG_BIG_NAME) # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the diff --git a/make/doxygen/Doxyfile.uavobjects b/make/doxygen/Doxyfile.uavobjects index 076b2db55..9a8d66951 100644 --- a/make/doxygen/Doxyfile.uavobjects +++ b/make/doxygen/Doxyfile.uavobjects @@ -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 = "The OpenPilot project" +PROJECT_NAME = "The $(ORG_BIG_NAME) Project" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -1006,14 +1006,14 @@ GENERATE_DOCSET = NO # documentation sets from a single provider (such as a company or product suite) # can be grouped. -DOCSET_FEEDNAME = "The OpenPilot project documentation" +DOCSET_FEEDNAME = "The $(ORG_BIG_NAME) project documentation" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. -DOCSET_BUNDLE_ID = org.openpilot.project +DOCSET_BUNDLE_ID = org.$(ORG_SMALL_NAME).project # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely # identify the documentation publisher. This should be a reverse domain-name @@ -1023,7 +1023,7 @@ DOCSET_PUBLISHER_ID = org.doxygen.publisher # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. -DOCSET_PUBLISHER_NAME = OpenPilot +DOCSET_PUBLISHER_NAME = $(ORG_BIG_NAME) # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the -- 2.11.4.GIT