Skip to content

Commit

Permalink
Add Doxyfile back to code repo (ros-industrial#68)
Browse files Browse the repository at this point in the history
* Add Doxyfile back to code repo

Signed-off-by: Chen Bainian <[email protected]>

* Simplify the Doxyfile

Signed-off-by: Chen Bainian <[email protected]>

* Small typo

Signed-off-by: Chen Bainian <[email protected]>

* Add back the XML generation option in Doxyfile

Signed-off-by: Chen Bainian <[email protected]>

---------

Signed-off-by: Chen Bainian <[email protected]>
  • Loading branch information
Briancbn authored Feb 16, 2024
1 parent 6968ddc commit b782ba2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Doxyfile 1.8.13

# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists, items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (\" \").

DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "easy_perception_deployment"
PROJECT_NUMBER =
PROJECT_BRIEF =

RECURSIVE = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = NO
EXTRACT_PACKAGE = NO
EXTRACT_STATIC = YES
INPUT = easy_perception_deployment/include \
easy_perception_deployment/gui
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO
FILTER_SOURCE_PATTERNS =
USE_MDFILE_AS_MAINPAGE =
OUTPUT_DIRECTORY = "_build"
GENERATE_XML = YES

0 comments on commit b782ba2

Please sign in to comment.