|
|
@@ -38,7 +38,7 @@ PROJECT_NAME = "OpENer - Open Source EtherNet/IP(TM) I/O Target Stack
|
|
|
# could be handy for archiving the generated documentation or if some version
|
|
|
# control system is used.
|
|
|
|
|
|
-PROJECT_NUMBER = 2.2
|
|
|
+PROJECT_NUMBER = @OpENer_VERSION_MAJOR@.@OpENer_VERSION_MINOR@
|
|
|
|
|
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
|
|
# for a project that appears at the top of each page and should give viewer a
|
|
|
@@ -58,7 +58,7 @@ PROJECT_LOGO =
|
|
|
# entered, it will be relative to the location where doxygen was started. If
|
|
|
# left blank the current directory will be used.
|
|
|
|
|
|
-OUTPUT_DIRECTORY = doc/api_doc
|
|
|
+OUTPUT_DIRECTORY = @OpENer_BINARY_DIR@/api_doc
|
|
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
|
|
# directories (in 2 levels) under the output directory of each output format and
|
|
|
@@ -758,7 +758,7 @@ WARN_LOGFILE =
|
|
|
# spaces.
|
|
|
# Note: If this tag is empty the current directory is searched.
|
|
|
|
|
|
-INPUT = src
|
|
|
+INPUT = @OpENer_SOURCE_DIR@/src
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
|
@@ -793,9 +793,7 @@ RECURSIVE = YES
|
|
|
# Note that relative paths are relative to the directory from which doxygen is
|
|
|
# run.
|
|
|
|
|
|
-EXCLUDE = src/ports/platform-pc/.deps \
|
|
|
- src/enet_encap/.deps \
|
|
|
- src/cip/.deps
|
|
|
+EXCLUDE =
|
|
|
|
|
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
|
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
|
|
@@ -811,7 +809,7 @@ EXCLUDE_SYMLINKS = NO
|
|
|
# Note that the wildcards are matched against the file with absolute path, so to
|
|
|
# exclude all test directories for example use the pattern */test/*
|
|
|
|
|
|
-EXCLUDE_PATTERNS =
|
|
|
+EXCLUDE_PATTERNS = */.deps @OpENer_EXCLUDE_PATTERNS@
|
|
|
|
|
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
|
|
# (namespaces, classes, functions, etc.) that should be excluded from the
|
|
|
@@ -828,7 +826,7 @@ EXCLUDE_SYMBOLS =
|
|
|
# that contain example code fragments that are included (see the \include
|
|
|
# command).
|
|
|
|
|
|
-EXAMPLE_PATH = ./
|
|
|
+EXAMPLE_PATH = @OpENer_SOURCE_DIR@
|
|
|
|
|
|
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
|
|
|
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
|