@@ -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 = @abs_top_builddir@/docs/ doxygen
61
+ OUTPUT_DIRECTORY = @abs_top_builddir@/doxygen
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
@@ -132,7 +132,7 @@ INLINE_INHERITED_MEMB = NO
132
132
# shortest path that makes the file name unique will be used
133
133
# The default value is: YES.
134
134
135
- FULL_PATH_NAMES = NO
135
+ FULL_PATH_NAMES = YES
136
136
137
137
# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
138
138
# Stripping is only done if one of the specified strings matches the left-hand
@@ -144,7 +144,7 @@ FULL_PATH_NAMES = NO
144
144
# will be relative from the directory where doxygen is started.
145
145
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
146
146
147
- STRIP_FROM_PATH = .. /..
147
+ STRIP_FROM_PATH = @abs_top_srcdir@ /..
148
148
149
149
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
150
150
# path mentioned in the documentation of a class, which tells the reader which
@@ -153,7 +153,8 @@ STRIP_FROM_PATH = ../..
153
153
# specify the list of include paths that are normally passed to the compiler
154
154
# using the -I flag.
155
155
156
- STRIP_FROM_INC_PATH =
156
+ STRIP_FROM_INC_PATH = @abs_top_srcdir@/../include
157
+ STRIP_FROM_INC_PATH += @abs_top_srcdir@/../lib
157
158
158
159
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
159
160
# less readable) file names. This can be useful is your file systems doesn't
@@ -513,7 +514,7 @@ SHOW_GROUPED_MEMB_INC = NO
513
514
# files with double quotes in the documentation rather than with sharp brackets.
514
515
# The default value is: NO.
515
516
516
- FORCE_LOCAL_INCLUDES = NO
517
+ FORCE_LOCAL_INCLUDES = YES
517
518
518
519
# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
519
520
# documentation for inline members.
@@ -743,9 +744,9 @@ WARN_LOGFILE =
743
744
# spaces.
744
745
# Note: If this tag is empty the current directory is searched.
745
746
746
- INPUT = @abs_top_srcdir@/include \
747
- @abs_top_srcdir@/lib \
748
- @abs_top_srcdir@/docs/ doxygen-mainpage.dox
747
+ INPUT = @abs_top_srcdir@/../ include \
748
+ @abs_top_srcdir@/../ lib \
749
+ @abs_top_srcdir@/doxygen-mainpage.dox
749
750
750
751
# This tag can be used to specify the character encoding of the source files
751
752
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -813,7 +814,7 @@ EXCLUDE_SYMBOLS =
813
814
# that contain example code fragments that are included (see the \include
814
815
# command).
815
816
816
- EXAMPLE_PATH = @abs_top_srcdir@/examples
817
+ EXAMPLE_PATH = @abs_top_srcdir@/../ examples
817
818
818
819
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
819
820
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
@@ -833,7 +834,7 @@ EXAMPLE_RECURSIVE = YES
833
834
# that contain images that are to be included in the documentation (see the
834
835
# \image command).
835
836
836
- IMAGE_PATH = @abs_top_srcdir@/docs/ img
837
+ IMAGE_PATH = @abs_top_srcdir@/img
837
838
838
839
# The INPUT_FILTER tag can be used to specify a program that doxygen should
839
840
# invoke to filter for each input file. Doxygen will invoke the filter program
0 commit comments