mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
Replaced OpenPilot branding in doxygen configuration files (env version)
This commit is contained in:
parent
faa5d0fb4a
commit
e6a4480adb
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)
|
DIRS := $(DL_DIR) $(TOOLS_DIR) $(BUILD_DIR) $(PACKAGE_DIR) $(DIST_DIR)
|
||||||
|
|
||||||
# Naming for binaries and packaging etc,.
|
# Naming for binaries and packaging etc,.
|
||||||
ORG_BIG_NAME := LibrePilot
|
export ORG_BIG_NAME := LibrePilot
|
||||||
GCS_BIG_NAME := ${ORG_BIG_NAME} GCS
|
GCS_BIG_NAME := ${ORG_BIG_NAME} GCS
|
||||||
# These should be lowercase with no spaces
|
# 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))
|
GCS_SMALL_NAME := $(call smallify,$(GCS_BIG_NAME))
|
||||||
|
|
||||||
# Set up default build configurations (debug | release)
|
# 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
|
# 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 = "The OpenPilot Project"
|
PROJECT_NAME = "The $(ORG_BIG_NAME) Project"
|
||||||
|
|
||||||
# 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
|
||||||
@ -1006,14 +1006,14 @@ GENERATE_DOCSET = NO
|
|||||||
# documentation sets from a single provider (such as a company or product suite)
|
# documentation sets from a single provider (such as a company or product suite)
|
||||||
# can be grouped.
|
# 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
|
# 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
|
# should uniquely identify the documentation set bundle. This should be a
|
||||||
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
||||||
# will append .docset to the name.
|
# 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
|
# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely
|
||||||
# identify the documentation publisher. This should be a reverse domain-name
|
# 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.
|
# 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
|
# 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
|
# 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
|
# 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 = "The OpenPilot Project"
|
PROJECT_NAME = "The $(ORG_BIG_NAME) Project"
|
||||||
|
|
||||||
# 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
|
||||||
@ -1006,14 +1006,14 @@ GENERATE_DOCSET = NO
|
|||||||
# documentation sets from a single provider (such as a company or product suite)
|
# documentation sets from a single provider (such as a company or product suite)
|
||||||
# can be grouped.
|
# 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
|
# 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
|
# should uniquely identify the documentation set bundle. This should be a
|
||||||
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
||||||
# will append .docset to the name.
|
# 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
|
# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely
|
||||||
# identify the documentation publisher. This should be a reverse domain-name
|
# 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.
|
# 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
|
# 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
|
# 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
|
# 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 = "The OpenPilot project"
|
PROJECT_NAME = "The $(ORG_BIG_NAME) Project"
|
||||||
|
|
||||||
# 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
|
||||||
@ -1006,14 +1006,14 @@ GENERATE_DOCSET = NO
|
|||||||
# documentation sets from a single provider (such as a company or product suite)
|
# documentation sets from a single provider (such as a company or product suite)
|
||||||
# can be grouped.
|
# 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
|
# 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
|
# should uniquely identify the documentation set bundle. This should be a
|
||||||
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
||||||
# will append .docset to the name.
|
# 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
|
# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely
|
||||||
# identify the documentation publisher. This should be a reverse domain-name
|
# 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.
|
# 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
|
# 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
|
# will be generated that can be used as input for tools like the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user