|
@@ -38,7 +38,7 @@ PROJECT_NAME = OpenRaider
|
38
|
38
|
# could be handy for archiving the generated documentation or if some version
|
39
|
39
|
# control system is used.
|
40
|
40
|
|
41
|
|
-PROJECT_NUMBER = 0.1.2-dev
|
|
41
|
+PROJECT_NUMBER = @OpenRaider_VERSION_MAJOR@.@OpenRaider_VERSION_MINOR@.@OpenRaider_VERSION_MICRO@-dev
|
42
|
42
|
|
43
|
43
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
44
|
44
|
# for a project that appears at the top of each page and should give viewer a
|
|
@@ -58,7 +58,7 @@ PROJECT_LOGO =
|
58
|
58
|
# entered, it will be relative to the location where doxygen was started. If
|
59
|
59
|
# left blank the current directory will be used.
|
60
|
60
|
|
61
|
|
-OUTPUT_DIRECTORY = doc
|
|
61
|
+OUTPUT_DIRECTORY = @PROJECT_BINARY_DIR@/doc
|
62
|
62
|
|
63
|
63
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
|
64
|
64
|
# directories (in 2 levels) under the output directory of each output format and
|
|
@@ -142,7 +142,7 @@ FULL_PATH_NAMES = YES
|
142
|
142
|
# will be relative from the directory where doxygen is started.
|
143
|
143
|
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
|
144
|
144
|
|
145
|
|
-STRIP_FROM_PATH =
|
|
145
|
+STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@
|
146
|
146
|
|
147
|
147
|
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
|
148
|
148
|
# path mentioned in the documentation of a class, which tells the reader which
|
|
@@ -733,7 +733,7 @@ WARN_LOGFILE =
|
733
|
733
|
# spaces.
|
734
|
734
|
# Note: If this tag is empty the current directory is searched.
|
735
|
735
|
|
736
|
|
-INPUT =
|
|
736
|
+INPUT = @PROJECT_SOURCE_DIR@/include @PROJECT_SOURCE_DIR@/src @PROJECT_SOURCE_DIR@/test
|
737
|
737
|
|
738
|
738
|
# This tag can be used to specify the character encoding of the source files
|
739
|
739
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
@@ -2223,7 +2223,7 @@ INTERACTIVE_SVG = YES
|
2223
|
2223
|
# found. If left blank, it is assumed the dot tool can be found in the path.
|
2224
|
2224
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
2225
|
2225
|
|
2226
|
|
-DOT_PATH =
|
|
2226
|
+DOT_PATH = @DOXYGEN_DOT_PATH@
|
2227
|
2227
|
|
2228
|
2228
|
# The DOTFILE_DIRS tag can be used to specify one or more directories that
|
2229
|
2229
|
# contain dot files that are included in the documentation (see the \dotfile
|