mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Merged in paul_jewell/librepilot/unbrand_documentation2 (pull request #34)
Replaced OpenPilot branding in doxygen configuration files (env version)
This commit is contained in:
commit
19400dd6bb
4
Makefile
4
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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user